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