Error on Sync #411
-
I just installed this script and attempted to run it. Got this error message: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It looks like you've left the "example" calendars in the script. ["icsUrl1", "targetCalendar1"], You should instead replace these with your URL and the target calendar name and delete any that aren't used as well as the comma at the end if you are only using one calendar rather than multiple. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that help, I got just a step further. I am attempting to sync Zoho Calendar to Google Calendar. Once I get that working, would like to do a two way sync if possible.
<img width="478" alt="Error Log" src="https://github.com/derekantrican/GAS-ICS-Sync/assets/53343966/01246ff8-3ae8-4644-932f-a64a22e743d0">
<img width="1553" alt="Settings" src="https://github.com/derekantrican/GAS-ICS-Sync/assets/53343966/2862c505-a4a6-4fc6-b391-90c79d486169">
See attached screenshots.
James
…---- On Wed, 07 Feb 2024 10:17:51 -0500 Lonestarjeepin ***@***.***> wrote ---
It looks like you've left the "example" calendars in the script.
["icsUrl1", "targetCalendar1"],
["icsUrl2", "targetCalendar2"],
["icsUrl3", "targetCalendar1"]
You should instead replace these with your URL and the target calendar name and delete any that aren't used as well as the comma at the end if you are only using one calendar rather than multiple.
—
Reply to this email directly, #411 (comment), or https://github.com/notifications/unsubscribe-auth/AMW7NXWX63YIREEZ3JV45CDYSOLJ7AVCNFSM6AAAAABC52DAP2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGOJWGQ2DA.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
It looks like you've left the "example" calendars in the script.
["icsUrl1", "targetCalendar1"],
["icsUrl2", "targetCalendar2"],
["icsUrl3", "targetCalendar1"]
You should instead replace these with your URL and the target calendar name and delete any that aren't used as well as the comma at the end if you are only using one calendar rather than multiple.