.ics
files and syncing them using the Google Calendar API.
.ics
files.ics
to the user’s Google CalendarCalendar Sync Local
calendar/credentials.json
.gitignore
:
calendar/credentials.json
calendar/token.json
token.json
is generatedcalendar/token.json
if availableInstalledAppFlow
.json
memory file in input_dir
validate_memory_trace(trace)
.ics
format VEVENT strings.ics
calendar files to output_dir
parse_ics_and_sync(ics_path, service)
.ics
file using ics.Calendar
service.events().insert(calendarId="primary", body=payload).execute()
credentials.json
or token.json
to version control