@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
VEvent
uid
- the VEvent
uid to exportServerFault
@PUT TaskRef importIcs(Stream ics) throws ServerFault
ics
- ServerFault
@GET Stream exportAll() throws ServerFault
VEvent
of the containerServerFault
Copyright © 2021. All Rights Reserved.