You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ical.js to build an ics for export and I need all the events to have the timezone of "America/Los_Angeles". Wonder if you could provide a few lines of code that would set the timezone and when exported, have the DTSTART/DTEND both have tzid on them?
@ohsailey Looking at code from a year ago; looks like I created all the events in UTC and then they get converted based on user's timezone during import.
Using ical.js to build an ics for export and I need all the events to have the timezone of "America/Los_Angeles". Wonder if you could provide a few lines of code that would set the timezone and when exported, have the DTSTART/DTEND both have tzid on them?
I've tried
and I've tried
but neither add the tzid to the output
component.toString()
Thanks you very much for the help!
The text was updated successfully, but these errors were encountered: