I'm trying to create a google calendar event dynamically and I have most of it working except for the time
Although google calendar displays the timezone as Europe/Brussels and GMT+2 it displays the time as two hours later than what I pass it. In the above instance I want it to create an event at 15.40 CET (UTC+2) but it creates it at 17.40 instead.
Also, is there a way to pass the date in DD/MM/YYYY format instead and have the calendar understand and convert it?
The answer is quite simple, apparently. Just remove the Z from the timestamp to un-force UTC!