ical_uploadCalendarEntriesWithXML

Adds a calendar entry to a folder.

Syntax

public void ical_uploadCalendarEntriesWithXML( String accessToken, long folderId, String iCalDataAsXML );

Description

The ical_uploadCalendarEntriesWithXML adds a calendar entry using iCal information in an XML string.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

folderId

The identifier of the folder where you want to add a calendar entry.

iCalDataAsXML

A string containing XML formatted calendar data (<doc><entry>iCal data</entry>...</doc>).

return_value

None.

See Also