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
428 stars 57 forks source link

Question: Timezone issue in yahoo and outlook #27

Open HiteshMali1711 opened 3 years ago

HiteshMali1711 commented 3 years ago

How can we pass custom timezone in yahoo and outlook

barinbritva commented 1 year ago

I believe the better option will be calculating date and time in UTC time zone and work with it. Let services convert time zone automatically from UTC to user's time zone. It's universal approach for all the services, there is no need to make implementation for each service separately