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
- theVEvent
uid to export- Returns:
- Throws:
ServerFault
-
importIcs
Imports an ICS- Parameters:
ics
-- Returns:
- Throws:
ServerFault
-
exportAll
Exports all theVEvent
of the container- Returns:
- Throws:
ServerFault
-