Skip to content

Commit

Permalink
Updated example calendar to one that works
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican authored Jan 9, 2023
1 parent 6438b55 commit 8399269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
*/

var sourceCalendars = [ // The ics/ical urls that you want to get events from along with their target calendars (list a new row for each mapping of ICS url to Google Calendar)
// For instance: ["https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", "US Holidays"]
// For instance: ["https://p24-calendars.icloud.com/holidays/us_en.ics", "US Holidays"]
// Or with colors following mapping https://developers.google.com/apps-script/reference/calendar/event-color,
// for instance: ["https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", "US Holidays", "11"]
// for instance: ["https://p24-calendars.icloud.com/holidays/us_en.ics", "US Holidays", "11"]
["icsUrl1", "targetCalendar1"],
["icsUrl2", "targetCalendar2"],
["icsUrl3", "targetCalendar1"]
Expand Down

0 comments on commit 8399269

Please sign in to comment.