When we create an event, can you please accommodate a new parameter to indicate "TimeZone". The issue we are facing is, we are creating a ics file for Pacific Time Zone and if user from India, try to download the ics file and save, it's being saved in their local time. So we could pass the below time zone as an input parameter.
E.g., "America/New_York", "America/Los_Angeles" etc.
DTSTART;TZID=America/New_York:19980119T020000
DTEND;TZID=America/New_York:19980119T030000
When we create an event, can you please accommodate a new parameter to indicate "TimeZone". The issue we are facing is, we are creating a ics file for Pacific Time Zone and if user from India, try to download the ics file and save, it's being saved in their local time. So we could pass the below time zone as an input parameter.
E.g., "America/New_York", "America/Los_Angeles" etc.
DTSTART;TZID=America/New_York:19980119T020000
DTEND;TZID=America/New_York:19980119T030000