google-calendar-simple-api
google-calendar-simple-api copied to clipboard
Pythonic wrapper for the Google Calendar API
See #130
And include `flow.run_console()` option. Relates to #119 by @vort3.
https://developers.google.com/calendar/v3/reference/calendarList https://developers.google.com/calendar/v3/reference/calendars
https://developers.google.com/calendar/api/v3/reference/freebusy
https://developers.google.com/calendar/api/v3/reference/channels
https://developers.google.com/calendar/api/v3/reference/acl
I use gcsa to download Google Calendar events; log snippet: ``` DEBUG: Making request: POST https://oauth2.googleapis.com/token DEBUG: Starting new HTTPS connection (1): oauth2.googleapis.com:443 DEBUG: https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None...
``` 2022-12-05 21:58:10 - asyncio - ERROR - Task exception was never retrieved future: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/aiogram/dispatcher/dispatcher.py", line 415, in _process_polling_updates for responses in itertools.chain.from_iterable(await self.process_updates(updates,...
(Unsure if the original Google API supports ICS import but still) Is it possible to support ICS imports to a given calendar?