Search
caldav_client
v2.0.0
v1.0.1
v1.0.0
Pages
Modules
CalDAVClient.Auth.Basic
Sections
Fields
Summary
Types
t/0
CalDAVClient.Auth.Bearer
Sections
Fields
Summary
Types
t/0
CalDAVClient.Auth.Digest
Sections
Fields
Summary
Types
t/0
CalDAVClient.Calendar
Summary
Functions
create/3
delete/2
update/3
CalDAVClient.Client
Sections
Fields
Summary
Types
t/0
CalDAVClient.Event
Summary
Types
t/0
Functions
create/3
delete/3
find_by_uid/3
get/2
get_events/5
get_events_by_alarm/5
get_events_by_xml/3
update/4
CalDAVClient.HTTP.Error
Summary
Types
http_status_code/0
Functions
reason_atom/1
CalDAVClient.ICalendar.Serializer
Summary
Functions
serialize_datetime/1
serialize_datetime!/1
serialize_naive_datetime/1
CalDAVClient.Tesla
Summary
Functions
make_tesla_client/2
CalDAVClient.URL.Builder
Summary
Functions
build_calendar_url/2
build_event_url/2
CalDAVClient.Tesla
.ContentLengthMiddleware
.ContentTypeICalendarMiddleware
.ContentTypeXMLMiddleware
.IfMatchMiddleware
CalDAVClient.XML
.Builder
Summary
Functions
build_create_calendar_xml/1
build_retrieval_of_event_by_uid_xml/1
build_retrieval_of_events_having_alarm_xml/3
build_retrieval_of_events_xml/3
build_update_calendar_xml/1
.Parser
Summary
Functions
parse_events/1
Settings
View Source
CalDAVClient.Tesla.ContentTypeICalendarMiddleware
(caldav_client v2.0.0)
Puts
Content-Type: text/calendar
header in the HTTP request.
×