https://bugs.kde.org/show_bug.cgi?id=474640

--- Comment #6 from idoitprone <monkeyboy...@yahoo.com> ---
(In reply to Volker Krause from comment #5)
> The problem here is that Itinerary doesn't know where the event is (although
> there is a proper address in the location field), so it doesn't know what
> the local time is and therefore uses the timezone specified in the iCal,
> which is UTC.
> 
> If you edit the event in Itinerary to have a location that is sufficiently
> precise to determine the timezone (state/country or geo coordinate in that
> case I think) it should show the times correctly.

The tidbit will be a bit awkward. The school also provide online links in the
same format


BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Cvent//EN
BEGIN:VEVENT
DTSTART:20230919T190000Z
DTEND:20230919T200000Z
SUMMARY:Triton Table Talks: Perspectives from Financial Industry Leaders
LOCATION:https://web.cvent.com/event_guest/v1/calendar/v1/calendars/events/c255c7bf-86df-4537-96ab-68330d0e9837/virtualSessionLink?inviteeId=3ba680eb-1812-4187-83f6-50feab73fb4b&sessionId=&g=
DESCRIPTION:Event URL:
https://web.cvent.com/event_guest/v1/calendar/v1/calendars/events/c255c7bf-86df-4537-96ab-68330d0e9837/virtualSessionLink?inviteeId=3ba680eb-1812-4187-83f6-50feab73fb4b&sessionId=&g=\n
X-ALT-DESC;FMTTYPE=text/html:Event URL:
https://web.cvent.com/event_guest/v1/calendar/v1/calendars/events/c255c7bf-86df-4537-96ab-68330d0e9837/virtualSessionLink?inviteeId=3ba680eb-1812-4187-83f6-50feab73fb4b&sessionId=&g=
PRIORITY:5
BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR


[
    {
        "@context": "http://schema.org";,
        "@type": "Event",
        "description": "Event URL:
https://web.cvent.com/event_guest/v1/calendar/v1/calendars/events/c255c7bf-86df-4537-96ab-68330d0e9837/virtualSessionLink?inviteeId=3ba680eb-1812-4187-83f6-50feab73fb4b&sessionId=&g=\n";,
        "endDate": {
            "@type": "QDateTime",
            "@value": "2023-09-19T20:00:00+00:00",
            "timezone": "UTC"
        },
        "location": {
            "@type": "Place",
            "name":
"https://web.cvent.com/event_guest/v1/calendar/v1/calendars/events/c255c7bf-86df-4537-96ab-68330d0e9837/virtualSessionLink?inviteeId=3ba680eb-1812-4187-83f6-50feab73fb4b&sessionId=&g=";
        },
        "name": "Triton Table Talks: Perspectives from Financial Industry
Leaders",
        "startDate": {
            "@type": "QDateTime",
            "@value": "2023-09-19T19:00:00+00:00",
            "timezone": "UTC"
        }
    }
]


Is it possible to online events to locale into localtime?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to