Represents a CalDAV calendar.
Contains metadata about a calendar collection.
Summary
Types
@type t() :: %CalDAVEx.Types.Calendar{ ctag: String.t() | nil, description: String.t() | nil, display_name: String.t() | nil, is_calendar: boolean(), url: String.t() }
Calendar struct.
Fields
url- The full URL of the calendardisplay_name- Human-readable name of the calendardescription- Optional description of the calendarctag- Calendar collection tag for sync purposesis_calendar- Whether this resource is a calendar (has C:calendar resourcetype)