Skip to content

Commit

Permalink
Slightly more explanation added to calendar definition
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed Nov 1, 2019
1 parent 0d8b8bd commit 60d35b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
*/

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"]
["icsUrl1", "targetCalendar1"],
["icsUrl2", "targetCalendar2"],
["icsUrl3", "targetCalendar1"]

];

var howFrequent = 15; // What interval (minutes) to run this script on to check for new events
Expand Down

0 comments on commit 60d35b0

Please sign in to comment.