Uses of Class
net.bluemind.calendar.api.VEventSeries
-
Uses of VEventSeries in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionVEventSeries.copy()
static VEventSeries
VEventSeries.create
(VEvent master, VEventOccurrence... eventOccurrences) Modifier and TypeMethodDescriptionICalendar.getByIcsUid
(String uid) Returns allVEventSeries
matching the given ICS unique identifier.ICalendarPromise.getByIcsUid
(String uid) ICalendar.getComplete
(String uid) Returns theVEventSeries
identified by the given unique identifier.ICalendarPromise.getComplete
(String uid) ICalendarPromise.getCompleteById
(long id) ICalendar.list()
List all the events of this calendar.ICalendarPromise.list()
ICalendar.multipleGet
(List<String> uids) Fetch multipleVEventSeries
identified by the given unique identifiers.ICalendarPromise.multipleGet
(List<String> uids) ICalendarPromise.multipleGetById
(List<Long> arg0) ICalendar.search
(VEventQuery query) Search for events matching the given query.ICalendarPromise.search
(VEventQuery query) ICalendars.search
(CalendarsVEventQuery query) ICalendarsPromise.search
(CalendarsVEventQuery query) ICalendar.searchPendingCounters()
Search pending counters of the current userICalendarPromise.searchPendingCounters()
ICalendars.searchPendingCounters
(List<String> calendars) Retrieve a list of pending counter propositions of the current userICalendarsPromise.searchPendingCounters
(List<String> calendars) Modifier and TypeMethodDescriptionvoid
ICalendar.create
(String uid, VEventSeries event, Boolean sendNotifications) Creates aVEvent
.void
ICalendarAsync.create
(String uid, VEventSeries event, Boolean sendNotifications, AsyncHandler<Void> handler) ICalendarPromise.create
(String uid, VEventSeries event, Boolean sendNotifications) static VEventChanges.ItemAdd
VEventChanges.ItemAdd.create
(String uid, VEventSeries value, boolean sendNotification) static VEventChanges.ItemModify
VEventChanges.ItemModify.create
(String uid, VEventSeries value, boolean sendNotification) void
ICalendarAsync.createById
(long id, VEventSeries arg1, AsyncHandler<Ack> handler) ICalendarPromise.createById
(long id, VEventSeries arg1) void
ICalendar.update
(String uid, VEventSeries event, Boolean sendNotifications) Updates aVEventSeries
.void
ICalendarAsync.update
(String uid, VEventSeries event, Boolean sendNotifications, AsyncHandler<Void> handler) ICalendarPromise.update
(String uid, VEventSeries event, Boolean sendNotifications) void
ICalendarAsync.updateById
(long id, VEventSeries arg1, AsyncHandler<Ack> handler) ICalendarPromise.updateById
(long id, VEventSeries arg1) Modifier and TypeMethodDescriptionvoid
ICalendarAsync.getByIcsUid
(String uid, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.getComplete
(String uid, AsyncHandler<ItemValue<VEventSeries>> handler) void
ICalendarAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VEventSeries>> handler) void
ICalendarAsync.list
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.search
(VEventQuery query, AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarsAsync.search
(CalendarsVEventQuery query, AsyncHandler<List<ItemContainerValue<VEventSeries>>> handler) void
ICalendarAsync.searchPendingCounters
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarsAsync.searchPendingCounters
(List<String> calendars, AsyncHandler<List<ItemContainerValue<VEventSeries>>> handler)