Created
July 15, 2025 03:34
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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