| Constructor and Description | 
|---|
VTodoService(BmContext context,
            ITodoList service)  | 
| Modifier and Type | Method and Description | 
|---|---|
Stream | 
exportAll()
Export all  
VTodo from a todolist as iCalendar VTodo objects. | 
Stream | 
exportTodos(java.util.List<java.lang.String> uids)
Export a list of  
VTodo as iCalendar VTodo objects | 
TaskRef | 
importIcs(java.lang.String ics)
Imports an ICS 
 | 
public Stream exportAll() throws ServerFault
IVTodoVTodo from a todolist as iCalendar VTodo objects.exportAll in interface IVTodoStream of iCalendar VTodo list.ServerFaulthttps://tools.ietf.org/html/rfc5545#section-3.6.2.public Stream exportTodos(java.util.List<java.lang.String> uids) throws ServerFault
IVTodoVTodo as iCalendar VTodo objectsexportTodos in interface IVTodouids - List of ItemValue.uid to exportStream of iCalendar VTodo list.ServerFaulthttps://tools.ietf.org/html/rfc5545#section-3.6.2.public TaskRef importIcs(java.lang.String ics) throws ServerFault
IVTodoimportIcs in interface IVTodoServerFaultCopyright © 2021. All Rights Reserved.