caldav/internal/xml_request
Values
pub fn propfind_calendar_home_set() -> String
Builds a PROPFIND body that asks for the calendar home set of a principal.
pub fn propfind_current_user_principal() -> String
Builds a PROPFIND body that asks for the current user principal.
pub fn propfind_list_calendars() -> String
Builds a PROPFIND body that asks for the core properties of calendar collections.
pub fn report_calendar_query_all() -> String
Builds a REPORT body that asks for all VEVENT resources in a calendar.
pub fn report_calendar_query_range(
range: types.TimeRange,
) -> String
Builds a REPORT body that asks for VEVENT resources inside a time range.
The current TimeRange type is still a placeholder, so its integer values
are serialized directly into the CalDAV start and end attributes.