GoogleCalendarAccount
Stored in the googlecalendaraccounts collection. createdAt and updatedAt are maintained automatically.
Returned by GET /apps/google-calendar, GET /my-google-calendar.
| Field | Type | Notes |
|---|---|---|
companyID | ObjectId | |
name | string | |
authType | string | required · one of oauth, manual |
email | string | |
displayName | string | |
googleUserId | string | |
tokens | any | |
scopes | string[] | default [] |
clientId | string | |
clientSecret | string | |
refreshToken | string | |
calendarId | string | default primary |
status | string | default active · one of active, revoked, error |
isActive | boolean | default true |
createdBy | ObjectId | |
updatedBy | ObjectId | |
_id | ObjectId | default "6a95712f932657988a91c039" |
createdAt | date | set once |
updatedAt | date |