Iam working with C# and the 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 can I set my event as an all-day event ?
I’ve searched for a long time, without any solution…
Add a new time with
AllDayset to true: