import - Importing ICS into Google Calendar with correct timezone -


i'm trying import simple ics file google calendar. however, though have timezone specified, google calendar still imports wrong event time. (although wrong time in correct timezone.)

here sample of ics file:

begin:vcalendar begin:vevent description: test_description dtend;tzid=us-pacific:20140606t180000 dtstart;tzid=us-pacific:20140606t170000 location:test_location summary:test_summary uid:20140606t150000@nl end:vevent end:vcalendar 

this event should show occurring on june 6, 5pm-6pm pacific standard time. however, on calendar shows occurring on june 6, 10am-11am pst.

i think (although have not implemented) hack change utc , adjust event time accordingly might work. however, little annoying implement , google calendar should able handle simple of import.

does have suggestions deal this, or see bugs in ics file?

thanks!

normally required include vtimezone objects. many people starting omit that, if do, @ least use olson-identifier. should enough google calendar pick correct timezone.

an example of olson identifier europe/amsterdam. identifier appropriate you. presumably america/los_angeles.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -