caldav::CalDAV instproc GET (public)
<instance of caldav::CalDAV> GET
Defined in /var/www/openacs.org/packages/caldav/tcl/caldav-procs.tcl
GET calendar content in ical syntax. The method can either return an individual calendar item based on a cal_uid or a full calendar (may be an aggregated calendar) depending on the syntax of the URL. - individual cal_items (must end with .ics) /caldav/calendar/12872/12907.ics - complete calendar /caldav/calendar /caldav/calendar?calendar_ids=12872 /caldav/calendar/12872 where the "12872" is a calendar_id and "12907" is the UID of a calendar item.
- Testcases:
- GET