Skip to main content

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
NameType
accountIdstring
colorstring | null
idstring
isTaskCalendar?boolean
isVisibleboolean
summarystring