Uses of Class
org.bedework.caldav.server.CalDAVEvent
Packages that use CalDAVEvent
Package
Description
-
Uses of CalDAVEvent in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return CalDAVEventModifier and TypeMethodDescriptionCalDAVEvent<?>CaldavURI.getEntity()CalDAVEvent<?>CaldavComponentNode.getEvent()Returns the only event or the master event for a recurrenceabstract CalDAVEvent<?>SysiIcalendar.getEvent()Methods in org.bedework.caldav.server with parameters of type CalDAVEventModifier and TypeMethodDescriptionvoidCaldavComponentNode.setEvent(CalDAVEvent<?> val) voidCaldavCalNode.setFreeBusy(CalDAVEvent<?> fbcal) Constructors in org.bedework.caldav.server with parameters of type CalDAVEventModifierConstructorDescriptionCaldavComponentNode(CalDAVEvent<?> event, SysIntf sysi) Constructor -
Uses of CalDAVEvent in org.bedework.caldav.server.calquery
Methods in org.bedework.caldav.server.calquery that return CalDAVEventModifier and TypeMethodDescriptionFreeBusyQuery.getFreeBusy(SysIntf sysi, CalDAVCollection col, int depth) -
Uses of CalDAVEvent in org.bedework.caldav.server.filter
Methods in org.bedework.caldav.server.filter that return types with arguments of type CalDAVEventModifier and TypeMethodDescriptionFilterHandler.query(CaldavBwNode wdnode, List<String> retrieveList, RetrievalMode retrieveRecur) Use the given query to return a collection of nodes. -
Uses of CalDAVEvent in org.bedework.caldav.server.sysinterface
Fields in org.bedework.caldav.server.sysinterface declared as CalDAVEventModifier and TypeFieldDescriptionCalDAVEvent<?>SysIntf.SchedRecipientResult.freeBusySet if this is the result of a freebusy request.Methods in org.bedework.caldav.server.sysinterface that return CalDAVEventModifier and TypeMethodDescriptionCalDAVEvent<?>SysIntf.SynchReportData.SynchReportDataItem.getEntity()Non-null if this is for calendar entityCalDAVEvent<?>SysIntf.getEvent(CalDAVCollection<?> col, String val) Get events given the collection and String name.CalDAVEvent<?>SysIntf.getFreeBusy(CalDAVCollection<?> col, int depth, TimeRange timeRange) Generate a free busy object for the given time period which reflects the state of the given collection.Methods in org.bedework.caldav.server.sysinterface that return types with arguments of type CalDAVEventModifier and TypeMethodDescriptionSysIntf.addEvent(CalDAVEvent<?> ev, boolean noInvites, boolean rollbackOnError) Add an event/task/journal.SysIntf.getEvents(CalDAVCollection<?> col, FilterBase filter, List<String> retrieveList, RetrievalMode recurRetrieval) Return the events for the current user in the given collection using the supplied filter.Methods in org.bedework.caldav.server.sysinterface with parameters of type CalDAVEventModifier and TypeMethodDescriptionSysIntf.addEvent(CalDAVEvent<?> ev, boolean noInvites, boolean rollbackOnError) Add an event/task/journal.booleanSysIntf.copyMove(CalDAVEvent<?> from, CalDAVCollection<?> to, String name, boolean copy, boolean overwrite) Copy or move the given entity to the destination collection with the given name.voidSysIntf.deleteEvent(CalDAVEvent<?> ev, boolean scheduleReply) voidSysIntf.reindexEvent(CalDAVEvent<?> event) Reindex an event after an error that may be the result of an out of date index.SysIntf.requestFreeBusy(CalDAVEvent<?> val, boolean iSchedule) Get the free busy for one or more principals based on the given VFREEBUSY request.SysIntf.schedule(CalDAVEvent<?> ev) Request to schedule a meeting.net.fortuna.ical4j.model.CalendarSysIntf.toCalendar(CalDAVEvent<?> ev, boolean incSchedMethod) Make an ical Calendar from an event.SysIntf.toIcalendar(CalDAVEvent<?> ev, boolean incSchedMethod, IcalendarType pattern) Make an XML IcalendarType from an event.SysIntf.toJcal(CalDAVEvent<?> ev, boolean incSchedMethod) Make a JSON jcal object from an event.voidSysIntf.updateAccess(CalDAVEvent<?> ev, org.bedework.access.Acl acl) voidSysIntf.updateEvent(CalDAVEvent<?> event) Update an event/todo/journal.SysIntf.updateEvent(CalDAVEvent<?> event, List<org.oasis_open.docs.ws_calendar.ns.soap.ComponentSelectionType> updates) Update the supplied event using the web services update message.Method parameters in org.bedework.caldav.server.sysinterface with type arguments of type CalDAVEventModifier and TypeMethodDescriptionSysIntf.writeCalendar(Collection<CalDAVEvent<?>> evs, SysIntf.MethodEmitted method, org.bedework.util.xml.XmlEmit xml, Writer wtr, String contentType) Write a collection of events as an ical calendar.Constructors in org.bedework.caldav.server.sysinterface with parameters of type CalDAVEventModifierConstructorDescriptionSynchReportDataItem(String vpath, CalDAVEvent<?> entity, String token)