| Modifier and Type | Method and Description |
|---|---|
ContentItem |
findEventByIcalUid(String uid,
CollectionItem collection)
Find calendar event with a specified icalendar uid.
|
Set<Item> |
findEvents(CollectionItem collection,
net.fortuna.ical4j.model.Date rangeStart,
net.fortuna.ical4j.model.Date rangeEnd,
String timeZoneId,
boolean expandRecurringEvents)
Find calendar events by time range.
|
Map<String,List<NoteItem>> |
findNoteItemsByIcalUid(Item collection,
List<String> uid)
Find events by ical uid.
|
Set<ICalendarItem> |
splitCalendarItems(net.fortuna.ical4j.model.Calendar calendar,
User cosmoUser)
splits the Calendar Object received into different calendar Components>
|
Set<Item> findEvents(CollectionItem collection, net.fortuna.ical4j.model.Date rangeStart, net.fortuna.ical4j.model.Date rangeEnd, String timeZoneId, boolean expandRecurringEvents)
collection - collection to searchrangeStart - time range startrangeEnd - time range endtimeZoneId - id for timezone; null if not used.expandRecurringEvents - if true, recurring events will be expanded
and each occurrence will be returned as a NoteItemOccurrence.ContentItem findEventByIcalUid(String uid, CollectionItem collection)
uid - icalendar uid of calendar eventcollection - collection to searchMap<String,List<NoteItem>> findNoteItemsByIcalUid(Item collection, List<String> uid)
collection - Calendar.uid - The event's uid.Set<ICalendarItem> splitCalendarItems(net.fortuna.ical4j.model.Calendar calendar, User cosmoUser)
calendar - CalendarUser - cosmoUserCopyright © 2012–2018 1&1. All rights reserved.