Adds a calendar entry to a folder.
public void ical_uploadCalendarEntriesWithXML( String accessToken, long folderId, String iCalDataAsXML );
The ical_uploadCalendarEntriesWithXML adds a calendar entry using iCal information in an XML string.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the folder where you want to add a calendar entry.
A string containing XML formatted calendar data (<doc><entry>iCal data</entry>...</doc>).
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)