Package | Description |
---|---|
net.bluemind.calendar.helper.ical4j | |
net.bluemind.calendar.service.internal | |
net.bluemind.icalendar.parser |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ItemValue<VEventSeries>> |
VEventServiceHelper.convertToVEventList(java.lang.String ics,
java.util.Optional<CalendarOwner> owner)
Deprecated.
use convertToVEventList using a consumer
|
static void |
VEventServiceHelper.convertToVEventList(java.lang.String ics,
java.util.Optional<CalendarOwner> owner,
java.util.function.Consumer<ItemValue<VEventSeries>> consumer) |
static void |
VEventServiceHelper.parseCalendar(java.io.InputStream ics,
java.util.Optional<CalendarOwner> owner,
java.util.function.Consumer<ItemValue<VEventSeries>> consumer) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Optional<CalendarOwner> |
ICSImportTask.owner |
Constructor and Description |
---|
ICSImportTask(IInternalCalendar calendar,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
MultipleCalendarICSImport(IInternalCalendar calendar,
java.lang.String ics,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
SingleCalendarICSImport(IInternalCalendar calendar,
java.io.InputStream ics,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
Modifier and Type | Method and Description |
---|---|
ItemValue<T> |
ICal4jHelper.parseIcs(T iCalendarElement,
net.fortuna.ical4j.model.component.CalendarComponent cc,
java.util.Optional<java.lang.String> globalTZ,
java.util.Optional<CalendarOwner> owner) |
ItemValue<T> |
ICal4jEventHelper.parseIcs(T iCalendarElement,
net.fortuna.ical4j.model.component.CalendarComponent cc,
java.util.Optional<java.lang.String> globalTZ,
java.util.Optional<CalendarOwner> owner) |
Copyright © 2021. All Rights Reserved.