Create an All Day Event Using the Google Calendar API
Iam working with C # and Google Calendar API classes "CalendarService" and "Event". I want to upload an event to Google Calendar without any date (all day). If I don't set the Event.End property, I get an exception.
How do I set up an event as an all day event?
I've been looking for a long time, without any solution ...
+1
source to share