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.

Partial Call Graph (max 5 caller/called nodes):
%3 parameter::get_from_package_key parameter::get_from_package_key (public) caldav::get_public_calendars caldav::get_public_calendars caldav::get_public_calendars->parameter::get_from_package_key

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)

Partial Call Graph (max 5 caller/called nodes):
%3 test_get_calitems get_calitems (test caldav) caldav::get_sync_calendar caldav::get_sync_calendar test_get_calitems->caldav::get_sync_calendar caldav::CalDAV instproc PUT caldav::CalDAV instproc PUT (public) caldav::CalDAV instproc PUT->caldav::get_sync_calendar caldav::test::get_lowest_uid caldav::test::get_lowest_uid (private) caldav::test::get_lowest_uid->caldav::get_sync_calendar

Testcases:
get_calitems
[ show source ]