Свойство | Type | Description | |
---|---|---|---|
$_links | array | Links. |
Méthode | Description | |
---|---|---|
addCalendar ( string $name, array $params = [] ) : string | Create a new calendar for the existing user. | |
browse ( string $path = '', array $properties = [] ) : array | Browse through Kronolith's object tree. | |
checkLocks ( array $calendar, array $event = null ) | Check for existing calendar or event locks. | |
delete ( string | array $uid, mixed $recurrenceId = null, string $range = null ) | Deletes an event identified by UID. | |
deleteCalendar ( string $id ) | Delete the specified calendar. | |
eventFromUID ( string $uid, $calendar = null ) : Kronolith_Event | Retrieves a Kronolith_Event object, given an event UID. | |
export ( string $uid, string $contentType, array $options = [], array $calendars = null ) : string | Exports an event, identified by UID, in the requested content type. | |
exportCalendar ( string $calendar, string $contentType ) : string | Exports a calendar in the requested content type. | |
getActionTimestamp ( string $uid, string $action, string $calendar = null, boolean $modSeq = false ) : integer | Returns the timestamp of an operation for a given uid an action | |
getAttachment ( string $calendar, string $uid, string $filename ) : array | Return an event attachment. | |
getCalendar ( string $id = null ) : Kronolith_Calendar | Return an internal calendar. | |
getChanges ( integer $start, integer $end, boolean $ignoreExceptions = true, boolean $isModSeq = false, string | array $calendars = null ) : array | Method for obtaining all server changes between two timestamps. Basically a wrapper around listBy(), but returns an array containing all adds, edits and deletions. If $ignoreExceptions is true, events representing recurring event exceptions will not be included in the results. | |
getChangesByModSeq ( integer $start, integer $end, string | array $calendars = null ) : array | Return all changes occuring between the specified modification sequences. | |
getDefaultShare ( ) : string | Retrieve the UID for the current user's default calendar. | |
getFbCalendars ( ) : array | ||
getFreeBusy ( integer $startstamp = null, integer $endstamp = null, string $calendar = null ) : Horde_Icalendar_Vfreebusy | Generates free/busy information for a given time period. | |
getHighestModSeq ( string $id = null ) : integer | Return the largest modification sequence from the history backend. | |
import ( string $content, string $contentType, string $calendar = null, boolean $hash = false ) : array | Imports an event represented in the specified content type. | |
listBy ( string $action, integer $timestamp, string $calendar = null, integer $end = null, boolean $isModSeq = false ) : array | Returns an array of UIDs for events that have had $action happen since $timestamp. | |
listCalendars ( boolean $owneronly = false, integer $permission = null ) : array | Returns all calendars a user has access to, according to several parameters/permission levels. | |
listEvents ( integer $startstamp = null, integer $endstamp = null, array $calendars = null, boolean $showRecurrence = true, boolean $alarmsOnly = false, boolean $showRemote = true, boolean $hideExceptions = false, boolean $coverDates = true, $fetchTags = false ) : array | Lists events for a given time period. | |
listTagInfo ( array $tags = null, string $user = null ) : array | Retrieve the list of used tag_names, tag_ids and the total number of resources that are linked to that tag. | |
listUids ( string | array $calendars = null, object $startstamp, object $endstamp ) : array | Returns the ids of all the events that happen within a time period. | |
lock ( string $calendar, string $event = null ) : mixed | Places an exclusive lock for a calendar or an event. | |
lookupFreeBusy ( string $email, boolean $json = false ) | Attempt to lookup the free/busy information for the given email address. | |
modified ( string $uid, string $calendar = null ) : integer | Returns the last modification timestamp for the given uid. | |
move ( string $uid, string $source, string $target ) | Move an event. | |
path_delete ( string $path ) | Deletes a file from the Kronolith tree. | |
put ( string $path, string $content, string $content_type ) : array | Saves a file into the Kronolith tree. | |
quickAdd ( string $text, string $calendar = null ) : array | Imports an event parsed from a string. | |
replace ( string $uid, mixed $content, string $contentType, string $calendar = null ) : mixed | Replaces the event identified by UID with the content represented in the specified contentType. | |
searchTags ( array $names, integer $max = 10, integer $from, string $resource_type = '', string $user = null, boolean $raw = false ) : array | SearchTags API: Returns an application-agnostic array (useful for when doing a tag search across multiple applications) | |
shareHelp ( ) : string | Returns the share helper prefix | |
sources ( boolean $writeable = false, boolean $sync_only = false ) : array | Returns a list of available sources. | |
subscribe ( array $calendar ) | Subscribe to a calendar. | |
unlock ( array $calendar, array $lockid ) | Releases a lock. | |
unsubscribe ( array $calendar ) | Unsubscribe from a calendar. | |
updateAttendee ( Horde_Icalendar_Vevent $response, string $sender = null ) | Updates an attendee's response status for a specified event. | |
updateCalendar ( string $id, array $info ) | Update an internal calendar's information. |
Méthode | Description | |
---|---|---|
_addiCalEvent ( Horde_Icalendar_Vevent $content, Kronolith_Driver $driver, boolean $exception = false ) : string | Imports a single vEvent part to storage. |
protected _addiCalEvent ( Horde_Icalendar_Vevent $content, Kronolith_Driver $driver, boolean $exception = false ) : string | ||
$content | Horde_Icalendar_Vevent | The vEvent part |
$driver | Kronolith_Driver | The kronolith driver |
$exception | boolean | Content represents an exception in a recurrence series. |
Résultat | string | The new event's uid |
public checkLocks ( array $calendar, array $event = null ) | ||
$calendar | array | The calendar to check locks for. |
$event | array | The event to check locks for. |
public delete ( string | array $uid, mixed $recurrenceId = null, string $range = null ) | ||
$uid | string | array | A single UID or an array identifying the event(s) to delete. |
$recurrenceId | mixed | The reccurenceId for the event instance, if this is a deletion of a recurring event instance ($uid must not be an array). Either a string or Horde_Date object. |
$range | string | The range value if deleting a recurring event instance. Only supported values are null or Kronolith::RANGE_THISANDFUTURE. @since 4.1.5 |
public deleteCalendar ( string $id ) | ||
$id | string | The calendar id. |
public eventFromUID ( string $uid, $calendar = null ) : Kronolith_Event | ||
$uid | string | The event's UID. |
Résultat | Kronolith_Event | A valid Kronolith_Event. |
public export ( string $uid, string $contentType, array $options = [], array $calendars = null ) : string | ||
$uid | string | Identify the event to export. |
$contentType | string | What format should the data be in?
A string with one of:
text/calendar (VCALENDAR 2.0. Recommended as this is specified in rfc2445) text/x-vcalendar (old VCALENDAR 1.0 format. Still in wide use) activesync (Horde_ActiveSync_Message_Appointment) |
$options | array | Any additional options to be passed to the exporter. |
$calendars | array | Require event to be in these calendars. @since 4.2.0 |
Résultat | string | The requested data. |
public exportCalendar ( string $calendar, string $contentType ) : string | ||
$calendar | string | The calendar to export. |
$contentType | string | What format should the data be in?
A string with one of:
text/calendar (VCALENDAR 2.0. Recommended as this is specified in rfc2445) text/x-vcalendar (old VCALENDAR 1.0 format. Still in wide use) |
Résultat | string | The iCalendar representation of the calendar. |
public getActionTimestamp ( string $uid, string $action, string $calendar = null, boolean $modSeq = false ) : integer | ||
$uid | string | The uid to look for. |
$action | string | The action to check for - add, modify, or delete. |
$calendar | string | The calendar to search in. |
$modSeq | boolean | Request a modification sequence instead of a timestamp. @since 4.1.1 |
Résultat | integer | The timestamp or modseq for this action. |
public getAttachment ( string $calendar, string $uid, string $filename ) : array | ||
$calendar | string | The calendar ID. |
$uid | string | The UID of the event the file is attached to. |
$filename | string | The name of the file. |
Résultat | array | An array containing the following keys: data (stream): A file pointer to the attachment data. content-type (string): The mime-type of the contents. |
public getCalendar ( string $id = null ) : Kronolith_Calendar | ||
$id | string | The calendar uid (share name). |
Résultat | Kronolith_Calendar | The calendar object. |
public getChanges ( integer $start, integer $end, boolean $ignoreExceptions = true, boolean $isModSeq = false, string | array $calendars = null ) : array | ||
$start | integer | The starting timestamp |
$end | integer | The ending timestamp. |
$ignoreExceptions | boolean | Do not include exceptions in results. |
$isModSeq | boolean | If true, $timestamp and $end are modification sequences and not timestamps. @since 4.1.1 |
$calendars | string | array | The sources to check. @since 4.2.0 |
Résultat | array | An hash with 'add', 'modify' and 'delete' arrays. |
public getFbCalendars ( ) : array | ||
Résultat | array | A list of calendars used to display free/busy information |
public getFreeBusy ( integer $startstamp = null, integer $endstamp = null, string $calendar = null ) : Horde_Icalendar_Vfreebusy | ||
$startstamp | integer | The start of the time period to retrieve. |
$endstamp | integer | The end of the time period to retrieve. |
$calendar | string | The calendar to view free/busy slots for. Defaults to the user's default calendar. |
Résultat | Horde_Icalendar_Vfreebusy | A freebusy object that covers the specified time period. |
public getHighestModSeq ( string $id = null ) : integer | ||
$id | string | The calendar id to return the hightest MDOSEQ for. If null, the highest MODSEQ across all calendars is returned. @since 4.2.0 |
Résultat | integer | The MODSEQ value. |
public import ( string $content, string $contentType, string $calendar = null, boolean $hash = false ) : array | ||
$content | string | The content of the event. |
$contentType | string | What format is the data in? Currently supports:
text/calendar text/x-vcalendar activesync |
$calendar | string | What calendar should the event be added to? |
$hash | boolean | If true, return a hash for EAS additions. @since 4.3.0 @todo Remove for 5.0 and make this the normal return. |
Résultat | array | The event's UID. |
public listBy ( string $action, integer $timestamp, string $calendar = null, integer $end = null, boolean $isModSeq = false ) : array | ||
$action | string | The action to check for - add, modify, or delete. |
$timestamp | integer | The time to start the search. |
$calendar | string | The calendar to search in. |
$end | integer | The optional ending timestamp |
$isModSeq | boolean | If true, $timestamp and $end are modification sequences and not timestamps. @since 4.1.1 |
Résultat | array | An array of UIDs matching the action and time criteria. |
public listEvents ( integer $startstamp = null, integer $endstamp = null, array $calendars = null, boolean $showRecurrence = true, boolean $alarmsOnly = false, boolean $showRemote = true, boolean $hideExceptions = false, boolean $coverDates = true, $fetchTags = false ) : array | ||
$startstamp | integer | The start of the time period to retrieve. |
$endstamp | integer | The end of the time period to retrieve. |
$calendars | array | The calendars to view events from. Defaults to the user's default calendar. |
$showRecurrence | boolean | Return every instance of a recurring event? If false, will only return recurring events once inside the $startDate - $endDate range. |
$alarmsOnly | boolean | Filter results for events with alarms. Defaults to false. |
$showRemote | boolean | Return events from remote calendars and listTimeObject API as well? |
$hideExceptions | boolean | Hide events that represent exceptions to a recurring event (events with baseid set)? |
$coverDates | boolean | Add multi-day events to all dates? |
Résultat | array | A list of event hashes. |
public listUids ( string | array $calendars = null, object $startstamp, object $endstamp ) : array | ||
$calendars | string | array | The calendar to check for events. |
$startstamp | object | The start of the time range. |
$endstamp | object | The end of the time range. |
Résultat | array | The event ids happening in this time period. |
public lock ( string $calendar, string $event = null ) : mixed | ||
$calendar | string | The id of the calendar to lock |
$event | string | The uid for the event to lock |
Résultat | mixed | A lock ID on success, false if: - The calendar is already locked - The event is already locked - A calendar lock was requested and an event is already locked in the calendar |
public lookupFreeBusy ( string $email, boolean $json = false ) | ||
string | The email to lookup free/busy information for. | |
$json | boolean | Return the data in a simple json format. If false, returns the vCalander object. |
public path_delete ( string $path ) | ||
$path | string | The path to the file. |
public replace ( string $uid, mixed $content, string $contentType, string $calendar = null ) : mixed | ||
$uid | string | Idenfity the event to replace. |
$content | mixed | The content of the event. String or Horde_Icalendar_Vevent |
$contentType | string | What format is the data in? Currently supports: text/calendar text/x-vcalendar (Ignored if content is Horde_Icalendar_Vevent) activesync (Horde_ActiveSync_Message_Appointment) |
$calendar | string | Ensure the event is replaced in the specified calendar. @since 4.2.0 |
Résultat | mixed | For EAS operations, an array of 'uid' and 'atchash' are returned. @since 4.3.0 |
public searchTags ( array $names, integer $max = 10, integer $from, string $resource_type = '', string $user = null, boolean $raw = false ) : array | ||
$names | array | An array of tag_names to search for. |
$max | integer | The maximum number of resources to return. |
$from | integer | The number of the resource to start with. |
$resource_type | string | The resource type [event, calendar, ''] |
$user | string | Restrict results to resources owned by $user. |
$raw | boolean | Return the raw data? |
Résultat | array | An array of results:
'title' - The title for this resource. 'desc' - A terse description of this resource. 'view_url' - The URL to view this resource. 'app' - The Horde application this resource belongs to. |
public unsubscribe ( array $calendar ) | ||
$calendar | array | Calendar description array, with required 'type' parameter. Currently supports 'http' and 'webcal' for remote calendars. |
public updateAttendee ( Horde_Icalendar_Vevent $response, string $sender = null ) | ||
$response | Horde_Icalendar_Vevent | A Horde_Icalendar_Vevent object, with a valid UID attribute that points to an existing event. This is typically the vEvent portion of an iTip meeting-request response, with the attendee's response in an ATTENDEE parameter. |
$sender | string | The email address of the person initiating the update. Attendees are only updated if this address matches. |
public updateCalendar ( string $id, array $info ) | ||
$id | string | The calendar id. |
$info | array | An array of calendar information. @see self::addCalendar() |