When working with my calendar, I do the following to create an allDayEvent which spans more than one day (e.g.Vacation or scool halidays): - I create an allDayEvent for the 1st day - I click on the event - now I may enter the last date and save the event.
How may I do this in a script? I may get the flag with "isAllDayEvent"; I may set a date with "setAllDayDate"; but how to set a start-date and an end-date to an AllDayEvent?