Calendar
type Calendar = {
[key: string]: unknown;
accountId: string;
color: string | null;
id: string;
isTaskCalendar?: boolean;
isVisible: boolean;
summary: string;
};
Type Declaration
Index Signature
[key: string]: unknown
| Name | Type |
|---|---|
accountId | string |
color | string | null |
id | string |
isTaskCalendar? | boolean |
isVisible | boolean |
summary | string |