@Path(value="/calendars/vevent/{containerUid}")
public interface IVEvent
| Modifier and Type | Method and Description |
|---|---|
Stream |
exportAll()
Exports all the
VEvent of the container |
java.lang.String |
exportIcs(java.lang.String uid)
Exports an ICS version of a
VEvent |
TaskRef |
importIcs(Stream ics)
Imports an ICS
|
@GET
@Path(value="{uid}")
java.lang.String exportIcs(@PathParam(value="uid")
java.lang.String uid)
throws ServerFault
VEventuid - the VEvent uid to exportServerFault@PUT TaskRef importIcs(Stream ics) throws ServerFault
ics - ServerFault@GET Stream exportAll() throws ServerFault
VEvent of the containerServerFaultCopyright © 2024. All Rights Reserved.