[mythtv-commits] Ticket #7270: ical/ics files created by mythweb do not set the time correctly in google calendar, due to TZ issues - patch attached.

MythTV mythtv at cvs.mythtv.org
Thu Oct 8 01:26:51 UTC 2009


#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.com  |       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


More information about the mythtv-commits mailing list