Skip to content

Instantly share code, notes, and snippets.

View mechamogeo's full-sized avatar
🌈
I'm gay

Geovani França mechamogeo

🌈
I'm gay
View GitHub Profile
@mechamogeo
mechamogeo / README.md
Created March 12, 2023 05:59 — forked from afunTW/README.md
sample code for icalendar and google calendar API

Intro

Thers's some MS-defined column in .ics that will be ignored when import .ics to google calendar. We can self modified those value and insert/update the google calendar by google calendar API.

  • icalendar: parse the .ics file
  • google-api-python-client: google calendar API

Usage