Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I download a calendar's .ics file using the Google Calendar API?

I need to programmatically download all of the .ics file from a user's Google Calendar. I wasn't able to find a way to do this using the Google Calendar v3 API but I may have missed something. Does anyone have any tips for how I can do this (in Python)? Thanks!

like image 789
oxuser Avatar asked Nov 12 '22 08:11

oxuser


1 Answers

Since I stumbled upon this from a google search and later found the answer,

use this link:

https://calendar.google.com/calendar/ical/CALENDAR-EMAILADDRESS-HERE/public/basic.ics

If anyone knows how to get from private (by providing api key or whatever) please comment :)

like image 161
Liquid44 Avatar answered Nov 14 '22 21:11

Liquid44