Skip to content

Get calendar link

Marco Di Francesco edited this page Jan 8, 2023 · 2 revisions

How to get link that downloads the ICS directly from Google's servers?

Steps

  1. Open the calendar's settings

  1. Go to Integrate calendar

  1. Once shown, copy link. Should look like this:
https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxxxxxxx%40group.calendar.google.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics

  1. Place these links into .envvars.sample, and uncomment this section.
export CALENDAR_LINKS='
[
    "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxxxxxxx%40group.calendar.google.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics",
...
]
Clone this wiki locally