Service: zimbraMail

Command: GetICal
Namespace: urn:zimbraMail
Description: Retrieve the unparsed (but XML-encoded (&quot)) iCalendar data for an Invite
This is intended for interfacing with 3rd party programs
Properties:
Authorization token required true
Admin Authorization token required false

GetICalRequest

    <GetICalRequest [id="{invite-msg-id}"] [s="{range-start-millis-gmt} (Long)"] [e="{range-end-millis-gmt} (Long)"] /> ## GetICalRequest

elements and attributes you can define within a <GetICalRequest> element:

XPath Required / Optional Description
@id Optional (0 or 1) Type: String
If specified, gets the iCalendar representation for one invite
@s Optional (0 or 1) Type: Long
Range start in milliseconds
@e Optional (0 or 1) Type: Long
Range end in milliseconds

GetICalResponse

    <GetICalResponse> ## GetICalResponse
        <ical [id="{item-id}"]>{ical}</ical> ## ICalContent
    </GetICalResponse>

elements and attributes you can define within a <GetICalResponse> element:

XPath Required / Optional Description
/ical Required (only 1) Type: {ical}
iCalendar content
Description for element text content:ICAL
/ical@id Optional (0 or 1) Type: String
Item ID