Package net.bluemind.calendar.api
Interface IVEvent
@Path("/calendars/vevent/{containerUid}")
public interface IVEvent
- 
Method Summary
 
- 
Method Details
- 
exportIcs
Exports an ICS version of aVEvent- Parameters:
 uid- theVEventuid to export- Returns:
 - Throws:
 ServerFault
 - 
importIcs
Imports an ICS- Parameters:
 ics-- Returns:
 - Throws:
 ServerFault
 - 
exportAll
Exports all theVEventof the container- Returns:
 - Throws:
 ServerFault
 
 -