Sun Java System Calendar Server 6.3 WCAP Developer's Guide

Parameters.

Table 3–15 fetch_deletedcomponents Parameters

Parameter  

Type  

Purpose  

Required  

Default  

calid

string 

A semicolon-separated list of calendar identifiers. 

The calid can be supplied in two formats: 

  • string - calendar identifier

  • mailto:rfc822addr - An email address appended to “mailto:”. The address is mapped to a user with an LDAP lookup, and then the user’s default calendar ID is used. Returns: X-SICS-EMAIL and X-NSCP-CALPROPS-RELATIVE-CALID

Current user’s calid

component-type

keyword (event, todo, all)

Indicates which components to return: event returns only eventstodo returns only todos all returns both events and todos

If an invalid value is passed in, the system assumes all.

all

dtend

Date Time string 

End time and date of events to be returned. 

A value of 0 means fetch all deleted components in the deletelog database until the end of time. The return value has the server time that is used in the next fetch.

0

dtstart

Date Time string 

Start time and date of events to be returned. 

A value of 0 means fetch all deleted components in the deletelog database from the beginning of time.

0

fmt-out

string 

The format for the returned data. 

Two format types: 

text/calendar

text/xml

text/calendar

id

unique identifier string 

The session identifier. 

N/A 

maxResults

integer 

The maximum number of events and todos to be returned. When 0, no maximum is applied and the command returns all events and todos found.

0

recurring

integer (0, 1)

1 = Return all components in compressed form. WCAP does not return the expanded instances of the recurring components. Instead, WCAP returns the master entry plus exceptions. If all the instances of the recurring series have been deleted, WCAP returns dtstart, dtend, rrules, rdates, exrules, exdates, and uid.

0 = Return components as expanded instances, but no master record.

0 (not compressed)

tzid

time zone ID string 

Time zone to use if dtstart, or dtend parameters are not in Zulu time.

For example, “America/Los_Angeles” 

Server’s default time zone 

tzidout

time zone ID string 

Time zone to report returned data in. 

Zulu time