Sun Java System Calendar Server 6.3 WCAP Developer's Guide

list.wcap

Purpose

List all calendars owned by current user.

Parameters

Table 3–25 import Parameters

Parameter  

Type  

Purpose  

Required  

Default  

id

unique identifier string 

The session identifier. Required unless the calendar is public. 

N/A 

userid

string 

Specifies which user’s calendars to display. 

Can only be used by an administrator, and only if the option is configured on the server. 

N/A 

Description

Returns only those calendars where the user is the primary owner.

Example

BEGIN:VCALENDAR
PRODID:-//SunJavaSystem/Calendar Hosting Server//EN
METHOD:PUBLISH
VERSION:2.0
X-S1CS-CALPROPS-OWNED-CALENDAR:jdoe@example.com
X-S1CS-CALPROPS-OWNED-CALENDAR:jdoe@example.com:MySecondCalendar
X-S1CS-CALPROPS-OWNED-CALENDAR:jdoe@example.com:Vacation
X-S1CS-CALPROPS-OWNED-CALENDAR:jdoe@example.com:ProjectX
END:VCALENDAR