Package net.bluemind.todolist.api
Interface IVTodo
@Path("/todolists/vtodos/{containerUid}")
public interface IVTodo
-
Method Summary
-
Method Details
-
exportAll
Export allVTodo
from a todolist as iCalendar VTodo objects.- Returns:
Stream
of iCalendar VTodo list.- Throws:
ServerFault
- common error object
-
exportTodos
Export a list ofVTodo
as iCalendar VTodo objects- Parameters:
uids
- List ofItemValue.uid
to export- Returns:
Stream
of iCalendar VTodo list.- Throws:
ServerFault
- common error object
-
importIcs
Imports an ICS- Parameters:
ics
- data in ICS format- Returns:
TaskRef
which can be used to track this asynchronous operation- Throws:
ServerFault
- common error object
-