CalDAVEx.Types.DiscoveryInfo (CalDAVEx v0.1.3)

Copy Markdown View Source

Discovery information for a CalDAV server.

Contains URLs discovered during the CalDAV discovery process.

Summary

Types

t()

Discovery information struct.

Types

t()

@type t() :: %CalDAVEx.Types.DiscoveryInfo{
  calendar_home_set_url: String.t(),
  principal_url: String.t()
}

Discovery information struct.

Fields

  • principal_url - The URL of the authenticated user's principal
  • calendar_home_set_url - The URL of the user's calendar collection