InteractionDesignFoundation / add-event-to-calendar-docs

📅 Docs how to generate links to add events to online calendar services
https://interactiondesignfoundation.github.io/add-event-to-calendar-docs/
MIT License
429 stars 57 forks source link

Yahoo is not converting UTC to user's calendar timezone format #29

Open Rutulpatel7077 opened 3 years ago

Rutulpatel7077 commented 3 years ago

ST = 20201231T193000 - 7:30 PM ST = 20201231T193000Z is also showing same time

here is the. URL(s):

Does not includes (Z): https://calendar.yahoo.com/?v=60&TITLE=Birthday&ST=20201231T193000&ET=20201231T223000&DESC=With%20clowns%20and%20stuff&in_loc=North%20Pole&inv_list=John+Doe+%3Cjohn@example.com%3E,Jane+Doe+%3Cjane@example.com%3E

Includes(Z): https://calendar.yahoo.com/?v=60&TITLE=Birthday&ST=20201231T193000Z&ET=20201231T223000Z&DESC=With%20clowns%20and%20stuff&in_loc=North%20Pole&inv_list=John+Doe+%3Cjohn@example.com%3E,Jane+Doe+%3Cjane@example.com%3E

barinbritva commented 1 year ago

For me link like this works: https://calendar.yahoo.com/?v=60&title=Event&st=20230418T190000Z&et=20230418T194400Z

It converts time zone to user's time zone. But you need to check you have set correct time zone in https://calendar.yahoo.com/setting Yahoo (and Outlook) uses not time zone from browser, but time zone from user's settings