Packages
caldav_gleam
1.0.0
A lightweight Gleam CalDAV client library for discovery, calendars, and events.
Current section
Files
Jump to
Current section
Files
include/caldav@types_Event.hrl
-record(event, {
href :: binary(),
etag :: gleam@option:option(binary()),
calendar_data :: binary(),
content_type :: gleam@option:option(binary())
}).