pub type ToggleCalendarResponseContent = CalendarSelection;
pub struct ToggleCalendarResponseContent { pub selected_calendar_ids: Vec<i64>, }
selected_calendar_ids: Vec<i64>