CalDAVEx.Types.Calendar (CalDAVEx v0.1.3)

Copy Markdown View Source

Represents a CalDAV calendar.

Contains metadata about a calendar collection.

Summary

Types

t()

Calendar struct.

Types

t()

@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 calendar
  • display_name - Human-readable name of the calendar
  • description - Optional description of the calendar
  • ctag - Calendar collection tag for sync purposes
  • is_calendar - Whether this resource is a calendar (has C:calendar resourcetype)