View Source CalDAVClient.URL.Builder (caldav_client v2.0.0)

Builds URLs according to CalDAV specification.

Link to this section Summary

Functions

Builds calendar URL for given username and calendar ID.

Builds event URL for given username and event ID.

Link to this section Functions

Link to this function

build_calendar_url(username, calendar_token_id)

View Source

Specs

build_calendar_url(username :: String.t(), calendar_token_id :: String.t()) ::
  String.t()

Builds calendar URL for given username and calendar ID.

Link to this function

build_event_url(calendar_url, event_token_id)

View Source

Specs

build_event_url(calendar_url :: String.t(), event_token_id :: String.t()) ::
  String.t()

Builds event URL for given username and event ID.