Skip to content

Unable to create multiple calendar #334

Closed Answered by jonas0b1011001
monsieurlee asked this question in Q&A
Discussion options

You must be logged in to vote

This turns out to be the same issue as #258.
The start of the event is defined as date & time, the end is date only.

Please do the following changes in helpers.gs and try again to sync.

  • Change line 280 to
    if(icalEvent.startDate.isDate && icalEvent.endDate.isDate){ //All-day event
  • add to line 306
icalEvent.startDate.isDate = false;
icalEvent.endDate.isDate = false;

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@monsieurlee
Comment options

@jonas0b1011001
Comment options

@monsieurlee
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by monsieurlee
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants