caldav-procs.tcl

CalDav implementation for OpenACS

Location:
packages/caldav/tcl/caldav-procs.tcl
Created:
Jan, 2017
Authors:
Gustaf Neumann
marmoser@wu.ac.at

Procedures in this file

Detailed information

caldav::get_public_calendars (private)

 caldav::get_public_calendars

Get all public calendars, which might return empty.

Testcases:
No testcase defined.

caldav::get_sync_calendar (private)

 caldav::get_sync_calendar -user_id user_id

Get the calendar, to which we want to sync. This method returns the first (and only in usual installations) calendar_id if it is found.

Switches:
-user_id (required)

Testcases:
get_calitems
[ show source ]