CalendarEvent: {
    allDay: boolean;
    color: string;
    end: string;
    entityKey: EntityKey;
    entityViewKey: EntityViewKey;
    start: string;
    title: string;
}

カレンダーのイベント

Type declaration

  • allDay: boolean

    終日フラグ

  • color: string

    イベント色

  • end: string

    終了日時

  • entityKey: EntityKey

    EntityKey情報

  • entityViewKey: EntityViewKey

    EntityViewKey情報

  • start: string

    開始日時

  • title: string

    タイトル