Skip to main content

ListCalendarsResponseContent

Type Alias ListCalendarsResponseContent 

Source
pub type ListCalendarsResponseContent = CalendarListPayload;

Aliased Type§

pub struct ListCalendarsResponseContent {
    pub calendars: Option<Vec<CalendarWithRecordingChangesUrl>>,
    pub calendar_changes_url: Option<String>,
    pub selected_calendar_ids: Option<Vec<i64>>,
}

Fields§

§calendars: Option<Vec<CalendarWithRecordingChangesUrl>>§calendar_changes_url: Option<String>§selected_calendar_ids: Option<Vec<i64>>

The calendars every period read is drawn from. ToggleCalendar changes this and answers the new one, so a client reads it here once — to open on what is already on — and takes it from the toggle after that.