
mythtv at cvs
Oct 7, 2009, 6:26 PM
Post #1 of 7
(602 views)
Permalink
|
|
Ticket #7270: ical/ics files created by mythweb do not set the time correctly in google calendar, due to TZ issues - patch attached.
|
|
#7270: ical/ics files created by mythweb do not set the time correctly in google calendar, due to TZ issues - patch attached. ---------------------------------+------------------------------------------ Reporter: matt [at] mossholder | Owner: kormoc Type: enhancement | Status: new Priority: minor | Milestone: unknown Component: Plugin - MythWeb | Version: head Severity: medium | Mlocked: 0 ---------------------------------+------------------------------------------ Google Calendar is very picky about the data it will accept from an ICS file provided to it via a URL (i.e. subscribing to a calendar). The attached patch resolves the issue by converting all times to UTC, and setting the TZID to Etc/Universal, which Google seems to like. This seems to be the least invasive means to get the calendar to work correctly with Google. Another method would be the leave out the TZID, and add a "Z" to the end of the UTC time string, but the vcalendar class doesn't seem to support this natively. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7270> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|