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
IVTodo
VTodo
from a todolist as iCalendar VTodo objects.exportAll
in interface IVTodo
Stream
of iCalendar VTodo list.ServerFault
https://tools.ietf.org/html/rfc5545#section-3.6.2.
public Stream exportTodos(java.util.List<java.lang.String> uids) throws ServerFault
IVTodo
VTodo
as iCalendar VTodo objectsexportTodos
in interface IVTodo
uids
- List of ItemValue.uid
to exportStream
of iCalendar VTodo list.ServerFault
https://tools.ietf.org/html/rfc5545#section-3.6.2.
public TaskRef importIcs(java.lang.String ics) throws ServerFault
IVTodo
importIcs
in interface IVTodo
ServerFault
Copyright © 2021. All Rights Reserved.