Skip to content

Instantly share code, notes, and snippets.

@charliemeyer2000
Created July 15, 2025 03:34
Show Gist options
  • Select an option

  • Save charliemeyer2000/cee3c8f49b1df6663e9be485d05b93b9 to your computer and use it in GitHub Desktop.

Select an option

Save charliemeyer2000/cee3c8f49b1df6663e9be485d05b93b9 to your computer and use it in GitHub Desktop.
Example of Series using calendar data, which you can see from others' calendars (redacted for safety)
[
{
"id": "REDACTED",
"email": "REDACTED",
"name": "REDACTED",
"domain": "REDACTED",
"isEdu": true,
"calendarEventCount": 3,
"totalInteractionTime": 1.7833333333333332,
"lastInteractionDate": "REDACTED",
"firstInteractionDate": "REDACTED",
"calendarEventsOrganized": 0,
"calendarEventsAttended": 3,
"interactions": [
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
},
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
},
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
}
],
"sources": ["calendar"]
},
{
"id": "REDACTED",
"email": "REDACTED",
"name": "REDACTED",
"domain": "REDACTED",
"isEdu": true,
"calendarEventCount": 3,
"totalInteractionTime": 1.7833333333333332,
"lastInteractionDate": "REDACTED",
"firstInteractionDate": "REDACTED",
"calendarEventsOrganized": 0,
"calendarEventsAttended": 3,
"interactions": [
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
},
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
},
{
"type": "calendar",
"date": "REDACTED",
"subject": "REDACTED",
"duration": 30,
"direction": "attended"
}
],
"sources": ["calendar"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment