ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
The CalendarObject represents a single VEVENT or VTODO within a Calendar. More...
Public Member Functions | |
__construct (Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectData) | |
Constructor. More... | |
getName () | |
Returns the uri for this object. More... | |
get () | |
Returns the ICalendar-formatted object. More... | |
put ($calendarData) | |
Updates the ICalendar-formatted object. More... | |
delete () | |
Deletes the calendar object. More... | |
getContentType () | |
Returns the mime content-type. More... | |
getETag () | |
Returns an ETag for this object. More... | |
getLastModified () | |
Returns the last modification date as a unix timestamp. More... | |
getSize () | |
Returns the size of this object in bytes. More... | |
getOwner () | |
Returns the owner principal. More... | |
getACL () | |
Returns a list of ACE's for this node. More... | |
Public Member Functions inherited from Sabre\DAV\File | |
put ($data) | |
Replaces the contents of the file. More... | |
get () | |
Returns the data. More... | |
getSize () | |
Returns the size of the file, in bytes. More... | |
getETag () | |
Returns the ETag for a file. More... | |
getContentType () | |
Returns the mime-type for a file. More... | |
Public Member Functions inherited from Sabre\DAV\Node | |
getLastModified () | |
Returns the last modification time as a unix timestamp. More... | |
delete () | |
Deletes the current node. More... | |
setName ($name) | |
Renames the node. More... | |
Public Member Functions inherited from Sabre\DAVACL\IACL | |
getGroup () | |
Returns a group principal. More... | |
setACL (array $acl) | |
Updates the ACL. More... | |
getSupportedPrivilegeSet () | |
Returns the list of supported privileges for this node. More... | |
Protected Attributes | |
$caldavBackend | |
$objectData | |
$calendarInfo | |
The CalendarObject represents a single VEVENT or VTODO within a Calendar.
Definition at line 12 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::__construct | ( | Backend\BackendInterface | $caldavBackend, |
array | $calendarInfo, | ||
array | $objectData | ||
) |
Constructor.
The following properties may be passed within $objectData:
Backend\BackendInterface | $caldavBackend | |
array | $calendarInfo | |
array | $objectData |
Definition at line 55 of file CalendarObject.php.
References Sabre\CalDAV\CalendarObject\$caldavBackend, Sabre\CalDAV\CalendarObject\$calendarInfo, and Sabre\CalDAV\CalendarObject\$objectData.
Sabre\CalDAV\CalendarObject::delete | ( | ) |
Deletes the calendar object.
Implements Sabre\DAV\INode.
Definition at line 119 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::get | ( | ) |
Returns the ICalendar-formatted object.
Implements Sabre\DAV\IFile.
Definition at line 84 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getACL | ( | ) |
Returns a list of ACE's for this node.
Each ACE has the following properties:
Implements Sabre\DAVACL\IACL.
Definition at line 208 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getContentType | ( | ) |
Returns the mime content-type.
Implements Sabre\DAV\IFile.
Definition at line 130 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getETag | ( | ) |
Returns an ETag for this object.
The ETag is an arbitrary string, but MUST be surrounded by double-quotes.
Implements Sabre\DAV\IFile.
Definition at line 147 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getLastModified | ( | ) |
Returns the last modification date as a unix timestamp.
Implements Sabre\DAV\INode.
Definition at line 162 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getName | ( | ) |
Returns the uri for this object.
Implements Sabre\DAV\INode.
Definition at line 73 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getOwner | ( | ) |
Returns the owner principal.
This must be a url to a principal, or null if there's no owner
Implements Sabre\DAVACL\IACL.
Definition at line 190 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::getSize | ( | ) |
Returns the size of this object in bytes.
Implements Sabre\DAV\IFile.
Definition at line 173 of file CalendarObject.php.
Sabre\CalDAV\CalendarObject::put | ( | $calendarData | ) |
Updates the ICalendar-formatted object.
string | resource | $calendarData |
Implements Sabre\DAV\IFile.
Definition at line 101 of file CalendarObject.php.
|
protected |
Definition at line 21 of file CalendarObject.php.
Referenced by Sabre\CalDAV\CalendarObject\__construct().
|
protected |
Definition at line 35 of file CalendarObject.php.
Referenced by Sabre\CalDAV\CalendarObject\__construct().
|
protected |
Definition at line 28 of file CalendarObject.php.
Referenced by Sabre\CalDAV\CalendarObject\__construct().