pub const CALENDAR_CREATE: &str = "/open-apis/calendar/v4/calendars";
pub const CALENDAR_GET: &str = "/open-apis/calendar/v4/calendars/{calendar_id}";
pub const CALENDAR_UPDATE: &str = "/open-apis/calendar/v4/calendars/{calendar_id}";
pub const CALENDAR_DELETE: &str = "/open-apis/calendar/v4/calendars/{calendar_id}";
pub const CALENDAR_LIST: &str = "/open-apis/calendar/v4/calendars";
pub const CALENDAR_PRIMARY: &str = "/open-apis/calendar/v4/calendars/primary";
pub const CALENDAR_SEARCH: &str = "/open-apis/calendar/v4/calendars/{calendar_id}/search";
pub const CALENDAR_EVENT_CREATE: &str = "/open-apis/calendar/v4/calendars/{calendar_id}/events";
pub const CALENDAR_EVENT_GET: &str =
"/open-apis/calendar/v4/calendars/{calendar_id}/events/{event_id}";
pub const CALENDAR_EVENT_UPDATE: &str =
"/open-apis/calendar/v4/calendars/{calendar_id}/events/{event_id}";
pub const CALENDAR_EVENT_DELETE: &str =
"/open-apis/calendar/v4/calendars/{calendar_id}/events/{event_id}";
pub const CALENDAR_EVENT_LIST: &str = "/open-apis/calendar/v4/calendars/{calendar_id}/events";
pub const CALENDAR_EVENT_REPLY: &str =
"/open-apis/calendar/v4/calendars/{calendar_id}/events/{event_id}/reply";
pub const CALENDAR_EVENT_SEARCH: &str =
"/open-apis/calendar/v4/calendars/{calendar_id}/events/search";
pub const CALENDAR_V4_CALENDARS: &str = "/open-apis/calendar/v4/calendars";
pub const CALENDAR_V4_CALENDAR_OPERATION: &str = "/open-apis/calendar/v4/calendars/{calendar_id}";