| Package | Description |
|---|---|
| org.bedework.caldav.server | |
| org.bedework.caldav.server.calquery | |
| org.bedework.caldav.server.filter | |
| org.bedework.caldav.server.sysinterface |
| Modifier and Type | Method and Description |
|---|---|
CalDAVEvent |
CaldavURI.getEntity() |
CalDAVEvent |
CaldavComponentNode.getEvent()
Returns the only event or the master event for a recurrence
|
abstract CalDAVEvent |
SysiIcalendar.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaldavComponentNode.setEvent(CalDAVEvent val) |
void |
CaldavCalNode.setFreeBusy(CalDAVEvent fbcal) |
| Constructor and Description |
|---|
CaldavComponentNode(CalDAVEvent event,
SysIntf sysi)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CalDAVEvent |
FreeBusyQuery.getFreeBusy(SysIntf sysi,
CalDAVCollection col,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CalDAVEvent> |
FilterHandler.query(CaldavBwNode wdnode,
List<String> retrieveList,
RetrievalMode retrieveRecur)
Use the given query to return a collection of nodes.
|
| Modifier and Type | Field and Description |
|---|---|
CalDAVEvent |
SysIntf.SchedRecipientResult.freeBusy
Set if this is the result of a freebusy request.
|
| Modifier and Type | Method and Description |
|---|---|
CalDAVEvent |
SysIntf.SynchReportData.SynchReportDataItem.getEntity()
Non-null if this is for calendar entity
|
CalDAVEvent |
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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CalDAVEvent> |
SysIntf.addEvent(CalDAVEvent ev,
boolean noInvites,
boolean rollbackOnError)
Add an event/task/journal.
|
boolean |
SysIntf.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.
|
void |
SysIntf.deleteEvent(CalDAVEvent ev,
boolean scheduleReply) |
void |
SysIntf.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.Calendar |
SysIntf.toCalendar(CalDAVEvent ev,
boolean incSchedMethod)
Make an ical Calendar from an event.
|
ietf.params.xml.ns.icalendar_2.IcalendarType |
SysIntf.toIcalendar(CalDAVEvent ev,
boolean incSchedMethod,
ietf.params.xml.ns.icalendar_2.IcalendarType pattern)
Make an XML IcalendarType from an event.
|
String |
SysIntf.toJcal(CalDAVEvent ev,
boolean incSchedMethod,
ietf.params.xml.ns.icalendar_2.IcalendarType pattern)
Make a JSON jcal object from an event.
|
void |
SysIntf.updateAccess(CalDAVEvent ev,
org.bedework.access.Acl acl) |
void |
SysIntf.updateEvent(CalDAVEvent event)
Update an event/todo/journal.
|
SysIntf.UpdateResult |
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SysIntf.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.
|
| Constructor and Description |
|---|
SynchReportDataItem(String vpath,
CalDAVEvent entity,
String token) |
Copyright © 2018 Bedework. All rights reserved.