Uses of Class
org.bedework.caldav.server.CalDAVEvent
-
Packages that use CalDAVEvent Package Description org.bedework.caldav.server org.bedework.caldav.server.calquery org.bedework.caldav.server.filter org.bedework.caldav.server.sysinterface -
-
Uses of CalDAVEvent in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return CalDAVEvent Modifier and Type Method Description CalDAVEventCaldavURI. getEntity()CalDAVEventCaldavComponentNode. getEvent()Returns the only event or the master event for a recurrenceabstract CalDAVEventSysiIcalendar. getEvent()Methods in org.bedework.caldav.server with parameters of type CalDAVEvent Modifier and Type Method Description voidCaldavComponentNode. setEvent(CalDAVEvent val)voidCaldavCalNode. setFreeBusy(CalDAVEvent fbcal)Constructors in org.bedework.caldav.server with parameters of type CalDAVEvent Constructor Description CaldavComponentNode(CalDAVEvent event, SysIntf sysi)Constructor -
Uses of CalDAVEvent in org.bedework.caldav.server.calquery
Methods in org.bedework.caldav.server.calquery that return CalDAVEvent Modifier and Type Method Description CalDAVEventFreeBusyQuery. 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 CalDAVEvent Modifier and Type Method Description Collection<CalDAVEvent>FilterHandler. 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 CalDAVEvent Modifier and Type Field Description CalDAVEventSysIntf.SchedRecipientResult. freeBusySet if this is the result of a freebusy request.Methods in org.bedework.caldav.server.sysinterface that return CalDAVEvent Modifier and Type Method Description CalDAVEventSysIntf.SynchReportData.SynchReportDataItem. getEntity()Non-null if this is for calendar entityCalDAVEventSysIntf. getEvent(CalDAVCollection col, String val)Get events given the collection and String name.CalDAVEventSysIntf. 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 CalDAVEvent Modifier and Type Method Description Collection<CalDAVEvent>SysIntf. addEvent(CalDAVEvent ev, boolean noInvites, boolean rollbackOnError)Add an event/task/journal.Collection<CalDAVEvent>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 CalDAVEvent Modifier and Type Method Description Collection<CalDAVEvent>SysIntf. 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.Collection<SysIntf.SchedRecipientResult>SysIntf. requestFreeBusy(CalDAVEvent val, boolean iSchedule)Get the free busy for one or more principals based on the given VFREEBUSY request.Collection<SysIntf.SchedRecipientResult>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.ietf.params.xml.ns.icalendar_2.IcalendarTypeSysIntf. toIcalendar(CalDAVEvent ev, boolean incSchedMethod, ietf.params.xml.ns.icalendar_2.IcalendarType pattern)Make an XML IcalendarType from an event.StringSysIntf. toJcal(CalDAVEvent ev, boolean incSchedMethod, ietf.params.xml.ns.icalendar_2.IcalendarType pattern)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.UpdateResultSysIntf. 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 CalDAVEvent Modifier and Type Method Description StringSysIntf. 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 CalDAVEvent Constructor Description SynchReportDataItem(String vpath, CalDAVEvent entity, String token)
-