I'm generating an ICS feed from an exchange server with the timezone set to "UTC Dublin, Edinburgh, Lisbon, London"; I'm then importing this into Google Calendar, which then creates an XML feed which I then import into FullCalendar in my Rails application.
The ICS feed from the exchange server has this:
SUMMARY:Test Event
DTSTART;TZID=GMT Standard Time:20140713T000000
DTEND;TZID=GMT Standard Time:20140719T000000
However the XML feed generated by Google Calendar, is wrong. it shows:
<title type='html'>Y12 Biology Field Trip</title><summary type='html'>When: Sat 12 Jul 2014 23:00 to Fri 18 Jul 2014 23:00&nbsp;
UTC<br>
How do I correct the xml feed created by Google Calendar? It appears it isn't using GMT Daylight saving.
Or, how do I force use of Daylight saving in Google Calendar/FullCalendar?