Skip to main content

Caldav

@josephholsten/caldavv2026.06.20.1· 11d agoMODELS
01README

CalDAV extension — list calendars, query events by date range, tally hours by keyword

02Models1
@josephholsten/caldavv2026.06.20.1caldav.ts
fn calendar_list()
List available calendars for the authenticated user.
fn event_list()
List events on a calendar within a date range (inclusive). Returns title, start, end, and duration in minutes.
fn event_tally()
Sum the duration of events matching a keyword (case-insensitive title substring) within a date range.

Resources

calendars(1d)— Available calendars for the authenticated user
events(1d)— Events on a calendar within a date range
tally(1d)— Hour tally for events matching a keyword in a date range
03Stats
A
100 / 100
Downloads
0
Archive size
11.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels