Modifier and Type | Class and Description |
---|---|
class |
VEventOccurrence |
Modifier and Type | Field and Description |
---|---|
VEvent |
VEventSeries.main |
Modifier and Type | Method and Description |
---|---|
static <T extends VEvent> |
VEventOccurrence.fromEvent(T event,
BmDateTime recurid) |
Modifier and Type | Method and Description |
---|---|
VEvent |
VEvent.copy() |
VEvent |
VEvent.filtered() |
VEvent |
VEventSeries.mainOccurrence() |
Modifier and Type | Method and Description |
---|---|
java.util.List<VEvent> |
VEventSeries.flatten() |
Modifier and Type | Method and Description |
---|---|
static VEventSeries |
VEventSeries.create(VEvent master,
VEventOccurrence... eventOccurrences) |
Modifier and Type | Method and Description |
---|---|
static <T extends VEvent> |
VEventServiceHelper.normalizeEvent(java.util.List<T> list) |
static <T extends VEvent> |
VEventServiceHelper.normalizeEvent(java.lang.String uid,
java.util.List<ItemValue<T>> list) |
static <T extends VEvent> |
VEventServiceHelper.parse(java.lang.String uid,
T vevent) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
VEventServiceHelper.convertToIcs(java.lang.String uid,
net.fortuna.ical4j.model.property.Method method,
VEvent vevent) |
Modifier and Type | Method and Description |
---|---|
static VFreebusy |
VFreebusyServiceHelper.convertToFreebusy(java.lang.String domainUid,
java.lang.String freebusyOwner,
BmDateTime dtstart,
BmDateTime dtend,
java.util.List<ItemValue<VEvent>> events,
java.util.List<ItemValue<VEvent>> oof) |
static VFreebusy |
VFreebusyServiceHelper.convertToFreebusy(java.lang.String domainUid,
java.lang.String freebusyOwner,
BmDateTime dtstart,
BmDateTime dtend,
java.util.List<ItemValue<VEvent>> events,
java.util.List<ItemValue<VEvent>> oof) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
CalendarMailHelper.extractVEventData(VEvent vevent) |
java.util.Map<java.lang.String,java.lang.Object> |
CalendarMailHelper.extractVEventDataToMap(VEvent vevent,
ICalendarElement.VAlarm valarm)
Extract
VEvent data |
Modifier and Type | Method and Description |
---|---|
static <T extends VEvent> |
VEventUtil.eventChanged(T oldEvent,
T newEvent) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<VEvent> |
OccurrenceHelper.list(ItemValue<VEventSeries> event,
BmDateTime dtstart,
BmDateTime dtend)
Returns a list of occurrences of a recurring event.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<VEventOccurrence> |
OccurrenceHelper.getNextOccurrence(BmDateTime start,
VEvent event)
Returns the first occurrence of {event} occurring after {start} or
{Optional.Empty} if there is none.
|
Modifier and Type | Method and Description |
---|---|
protected VEvent |
PrintTest.defaultVEvent() |
Modifier and Type | Method and Description |
---|---|
static PrintData |
PrintCalendarHelper.printCalendar(BmContext context,
PrintOptions options,
java.util.List<ItemContainerValue<VEvent>> vevents) |
Modifier and Type | Field and Description |
---|---|
VEvent |
PrintCalendarList.PrintEvent.event |
VEvent |
PrintedEvent.event |
Modifier and Type | Method and Description |
---|---|
VEvent |
PrintCalendarList.PrintEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.Long,java.util.List<ItemContainerValue<VEvent>>> |
PrintCalendar.sortOccurrences(java.util.List<ItemContainerValue<VEvent>> vevents,
BmDateTime begin,
BmDateTime end) |
Modifier and Type | Method and Description |
---|---|
protected void |
PrintCalendar.addLocation(java.lang.String calId,
VEvent event,
org.w3c.dom.Element text) |
java.lang.Long |
PrintCalendar.duration(VEvent vevent) |
protected java.lang.String |
PrintCalendar.getLocation(VEvent event) |
protected ICalendarElement.ParticipationStatus |
PrintCalendar.getPart(VEvent vevent) |
java.lang.String |
PrintCalendar.getTitle(VEvent e) |
protected boolean |
PrintCalendar.isAttendee(VEvent e) |
Modifier and Type | Method and Description |
---|---|
protected PrintCalendarList.PrintEvent |
PrintCalendarList.addEvent(ItemContainerValue<VEvent> item) |
int |
PrintCalendar.EventComparator.compare(ItemContainerValue<VEvent> o1,
ItemContainerValue<VEvent> o2) |
int |
PrintCalendar.EventComparator.compare(ItemContainerValue<VEvent> o1,
ItemContainerValue<VEvent> o2) |
protected java.util.Map<java.lang.Long,java.util.List<ItemContainerValue<VEvent>>> |
PrintCalendar.sortOccurrences(java.util.List<ItemContainerValue<VEvent>> vevents,
BmDateTime begin,
BmDateTime end) |
Constructor and Description |
---|
PrintEvent(java.lang.String timeSlot,
java.lang.String color,
java.lang.String title,
boolean details,
VEvent event,
PrintCalendarList.CalDisplay chair,
java.util.List<PrintCalendarList.CalDisplay> attendees,
java.util.List<PrintCalendarList.CalDisplay> fattendees,
java.lang.String description) |
Constructor and Description |
---|
PrintCalendarDay(PrintContext context,
PrintOptions options,
java.util.List<ItemContainerValue<VEvent>> vevents,
int days) |
PrintCalendarList(PrintContext context,
PrintOptions options,
java.util.List<ItemContainerValue<VEvent>> vevents) |
PrintCalendarMonth(PrintContext context,
PrintOptions options,
java.util.List<ItemContainerValue<VEvent>> vevents) |
Modifier and Type | Field and Description |
---|---|
VEvent |
VEventSeriesStore.VEventDB.occurrence |
Modifier and Type | Field and Description |
---|---|
java.util.List<VEvent> |
VEventIndexStore.ItemHolder.value |
Modifier and Type | Method and Description |
---|---|
VEvent |
VEventStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VEvent> |
VEventStore.getMultiple(java.util.List<Item> items) |
static JdbcAbstractStore.EntityPopulator<VEvent> |
EventColumns.populator() |
static JdbcAbstractStore.EntityPopulator<VEvent> |
VEventColumns.populator() |
static JdbcAbstractStore.StatementValues<VEvent> |
EventColumns.values() |
static JdbcAbstractStore.StatementValues<VEvent> |
VEventColumns.values(long id) |
Modifier and Type | Method and Description |
---|---|
void |
VEventStore.create(Item item,
VEvent event) |
void |
VEventStore.update(Item item,
VEvent value) |
Modifier and Type | Field and Description |
---|---|
VEvent |
EventDeferredAction.vevent |
Constructor and Description |
---|
EventDeferredAction(VEvent vevent,
int trigger) |
Modifier and Type | Method and Description |
---|---|
ISanitizer<VEvent> |
VCardAttendeeVEventSanitizer.Factory.create(BmContext context) |
java.lang.Class<VEvent> |
VCardAttendeeVEventSanitizer.Factory.support() |
Modifier and Type | Method and Description |
---|---|
void |
VCardAttendeeVEventSanitizer.create(VEvent obj) |
void |
ResourceTemplateHandler.handleAddedResources(VEvent vEvent,
java.util.List<ICalendarElement.Attendee> addedAttendees,
java.lang.String domainUid)
Process added resources templates of an existing event.
|
void |
ResourceTemplateHandler.handleDeletedResources(VEvent vEvent,
java.util.List<ICalendarElement.Attendee> deletedAttendees)
Process removed resources templates of an existing event.
|
void |
VCardAttendeeVEventSanitizer.sanitize(VEvent vevent) |
void |
VEventSanitizer.sanitize(VEvent vevent,
boolean sendNotification) |
void |
VCardAttendeeVEventSanitizer.update(VEvent current,
VEvent obj) |
void |
VEventValidator.validate(VEvent vevent) |
Modifier and Type | Method and Description |
---|---|
MSEvent |
EventConverter.convert(MSUser me,
java.lang.String uid,
VEvent vevent) |
Modifier and Type | Class and Description |
---|---|
class |
ICal4jEventHelper<T extends VEvent> |
Modifier and Type | Method and Description |
---|---|
protected ItemValue<VEvent> |
ImipFilterVEventTests.defaultVEvent() |
Modifier and Type | Method and Description |
---|---|
static BookingStrategy |
BookingStrategyFactory.create(VEvent event) |
boolean |
OneFreeSlotAndNoBusy.isBusy(ItemValue<ResourceDescriptor> resource,
VEvent vEvent) |
boolean |
BookingStrategy.isBusy(ItemValue<ResourceDescriptor> resource,
VEvent vEvent) |
boolean |
OnlyFreeSlots.isBusy(ItemValue<ResourceDescriptor> resource,
VEvent vEvent) |
Copyright © 2021. All Rights Reserved.