.ics
files and syncing them via OAuth 2.0, users can schedule agent-generated events directly to their calendar.
Chronologue supports end-to-end export of calendar_event
memory traces into .ics
format and subsequent push to the authenticated user’s Google Calendar.
google-auth
, google-api-python-client
, and ics
installedscheduled_for
, duration_minutes
, and title
External
Chronologue Calendar
Desktop App
Chronologue Local Calendar Access
Create
and download the JSON credentialscalendar/credentials.json
.gitignore
:
token.json
file will be saved for reuseauthenticate_google()
InstalledAppFlow
convert_json_folder_to_ics(input_dir, output_dir)
*.json
)title
, scheduled_for
, duration_minutes
.ics
VEVENT blocksparse_ics_and_sync(ics_path, service)
.ics
filesMemory Trace Field | Calendar Field |
---|---|
title | summary |
scheduled_for | start.dateTime |
duration_minutes | end.dateTime |
content + chat_url | description |
location (optional) | location |
uid or task_id | id (custom UID) |
credentials.json
or token.json
.env
or secrets manager in production.ics
generation, and sync scripts, you can schedule agent-generated tasks across your time horizon—automatically and transparently.