public class VEventServiceHelper extends ICal4jEventHelper<VEvent>
CONFERENCE, logger
Constructor and Description |
---|
VEventServiceHelper() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<net.fortuna.ical4j.model.component.VEvent> |
convertCountersToIcal4jVEvent(java.lang.String uid,
VEventSeries vevent) |
static java.lang.String |
convertToExceptionIcs(ItemValue<VEventSeries> vevent) |
static net.fortuna.ical4j.model.Calendar |
convertToIcal4jCalendar(net.fortuna.ical4j.model.property.Method method,
java.util.List<ItemValue<VEventSeries>> vevents,
net.fortuna.ical4j.model.Property... paramProperties) |
static net.fortuna.ical4j.model.Calendar |
convertToIcal4jCalendar(net.fortuna.ical4j.model.property.Method method,
java.util.List<VEventSeries> vevents) |
static java.util.List<net.fortuna.ical4j.model.component.VEvent> |
convertToIcal4jVEvent(ItemValue<VEventSeries> vevent) |
static java.util.List<net.fortuna.ical4j.model.component.VEvent> |
convertToIcal4jVEvent(java.lang.String uid,
VEventSeries vevent) |
static java.util.List<net.fortuna.ical4j.model.component.VEvent> |
convertToIcal4jVEvent(VEventSeries vevent) |
static java.lang.String |
convertToIcs(ItemValue<VEventSeries> vevent) |
static java.lang.String |
convertToIcs(java.util.List<ItemValue<VEventSeries>> vevents) |
static java.lang.String |
convertToIcs(net.fortuna.ical4j.model.property.Method method,
ItemValue<VEventSeries> vevent) |
static java.lang.String |
convertToIcs(net.fortuna.ical4j.model.property.Method method,
java.util.List<ItemValue<VEventSeries>> vevents,
net.fortuna.ical4j.model.Property... properties) |
static java.lang.String |
convertToIcs(net.fortuna.ical4j.model.property.Method method,
VEventSeries vevent) |
static java.lang.String |
convertToIcs(java.util.Optional<java.lang.Boolean> acceptCounters,
java.lang.String uid,
net.fortuna.ical4j.model.property.Method method,
VEvent vevent) |
static java.lang.String |
convertToIcs(java.lang.String uid,
net.fortuna.ical4j.model.property.Method method,
VEventSeries series) |
static java.lang.String |
convertToIcsWithProperty(net.fortuna.ical4j.model.property.Method method,
java.util.List<ItemValue<VEventSeries>> events,
net.fortuna.ical4j.model.property.XProperty xProperty) |
static java.util.List<ItemValue<VEventSeries>> |
convertToVEventList(java.lang.String ics,
java.util.Optional<CalendarOwner> owner)
Deprecated.
use convertToVEventList using a consumer
|
static void |
convertToVEventList(java.lang.String ics,
java.util.Optional<CalendarOwner> owner,
java.util.List<TagRef> allTags,
java.util.function.Consumer<ItemValue<VEventSeries>> consumer) |
static net.fortuna.ical4j.model.Calendar |
initCalendar() |
static <T extends VEvent> |
normalizeEvent(java.util.List<T> list) |
static <T extends VEvent> |
normalizeEvent(java.lang.String uid,
java.util.List<ItemValue<T>> list) |
static <T extends VEvent> |
parse(java.lang.String uid,
T vevent) |
static void |
parseCalendar(java.io.InputStream ics,
java.util.Optional<CalendarOwner> owner,
java.util.List<TagRef> allTags,
java.util.function.Consumer<ItemValue<VEventSeries>> consumer) |
parseIcs
addVTimezone, convertToIcsDate, getTimeZoneRegistry, isParamNotNull, isStringNotNull, parseICalendarElement, parseICalendarElementAttendee, parseICalendarElementOrganizer, parseIcs, parseIcsDate
public static java.lang.String convertToIcs(net.fortuna.ical4j.model.property.Method method, java.util.List<ItemValue<VEventSeries>> vevents, net.fortuna.ical4j.model.Property... properties)
public static net.fortuna.ical4j.model.Calendar convertToIcal4jCalendar(net.fortuna.ical4j.model.property.Method method, java.util.List<VEventSeries> vevents)
public static net.fortuna.ical4j.model.Calendar convertToIcal4jCalendar(net.fortuna.ical4j.model.property.Method method, java.util.List<ItemValue<VEventSeries>> vevents, net.fortuna.ical4j.model.Property... paramProperties)
vevent
- method
- public static java.lang.String convertToExceptionIcs(ItemValue<VEventSeries> vevent)
vevent
- method
- public static net.fortuna.ical4j.model.Calendar initCalendar()
@Deprecated public static java.util.List<ItemValue<VEventSeries>> convertToVEventList(java.lang.String ics, java.util.Optional<CalendarOwner> owner)
ics
- ics stringowner
- calendar ownerpublic static void convertToVEventList(java.lang.String ics, java.util.Optional<CalendarOwner> owner, java.util.List<TagRef> allTags, java.util.function.Consumer<ItemValue<VEventSeries>> consumer)
public static void parseCalendar(java.io.InputStream ics, java.util.Optional<CalendarOwner> owner, java.util.List<TagRef> allTags, java.util.function.Consumer<ItemValue<VEventSeries>> consumer)
public static <T extends VEvent> VEventSeries normalizeEvent(java.util.List<T> list)
public static <T extends VEvent> ItemValue<VEventSeries> normalizeEvent(java.lang.String uid, java.util.List<ItemValue<T>> list)
public static java.util.List<net.fortuna.ical4j.model.component.VEvent> convertToIcal4jVEvent(ItemValue<VEventSeries> vevent)
vevent
- public static java.util.List<net.fortuna.ical4j.model.component.VEvent> convertToIcal4jVEvent(VEventSeries vevent)
public static java.util.List<net.fortuna.ical4j.model.component.VEvent> convertCountersToIcal4jVEvent(java.lang.String uid, VEventSeries vevent)
vevent
- public static java.util.List<net.fortuna.ical4j.model.component.VEvent> convertToIcal4jVEvent(java.lang.String uid, VEventSeries vevent)
vevent
- public static <T extends VEvent> net.fortuna.ical4j.model.component.VEvent parse(java.lang.String uid, T vevent)
public static java.lang.String convertToIcs(ItemValue<VEventSeries> vevent)
public static java.lang.String convertToIcs(net.fortuna.ical4j.model.property.Method method, VEventSeries vevent)
public static java.lang.String convertToIcs(net.fortuna.ical4j.model.property.Method method, ItemValue<VEventSeries> vevent)
public static java.lang.String convertToIcsWithProperty(net.fortuna.ical4j.model.property.Method method, java.util.List<ItemValue<VEventSeries>> events, net.fortuna.ical4j.model.property.XProperty xProperty)
public static java.lang.String convertToIcs(java.util.List<ItemValue<VEventSeries>> vevents)
public static java.lang.String convertToIcs(java.lang.String uid, net.fortuna.ical4j.model.property.Method method, VEventSeries series)
public static java.lang.String convertToIcs(java.util.Optional<java.lang.Boolean> acceptCounters, java.lang.String uid, net.fortuna.ical4j.model.property.Method method, VEvent vevent)
Copyright © 2021. All Rights Reserved.