I have a calendar on my site and someone recommended adding a button to events to allow them to be added to your Google Calendar- good idea and easy to do. So I added the code based on the Google documentation.
Here is the Google example:
http://www.google.com/intl/en/googlecalendar/event_publisher_guide_detail.html
I altered this to use my calendar data - here is the date formatting I am using: entry_date format=”%Y%m%dT%H%i%s”
All works fine except my events are 4 hours off - which is because Google is expecting UTC/GMT. So how can I convert my ExpressionEngine field (entry_date) to GMT? Seems like this should be easy but I don’t see anything in the docs.
Thanks!
Guy