Свойство | Type | Description | |
---|---|---|---|
$type | string | MIME type. |
Свойство | Type | Description | |
---|---|---|---|
$_allday | boolean | ||
$_content | string | Cache of the iCalendar text. | |
$_created | Horde_Date | ||
$_description | string | The description/body of the meeting request. | |
$_duration | string | ||
$_endUtc | Horde_Date | ||
$_from | string | The "From" attribute used by iTip responses. | |
$_lastModifier | string | ||
$_location | string | ||
$_method | string | ICalendar METHOD | |
$_modified | Horde_Date | ||
$_organizer | string | ||
$_partStat | The current PARTSTAT property for this meeting request. | ||
$_recurrence | array | Recurrence data. | |
$_requiredAttendees | string | List of required attendees parsed from the MAPI object. | |
$_rsvp | boolean | RSVP property | |
$_startUtc | Horde_Date | ||
$_summary | string | ||
$_type | integer | ||
$_uid | string | ||
$_url | string |
Méthode | Description | |
---|---|---|
__get ( string $property ) : mixed | Accessor | |
setMapiAttribute ( integer $type, integer $name, mixed $value, $ns = null ) | Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about. | |
setMethod ( string $method, string $class = null ) | Set the METHOD parameter, used to help generate the PART-STAT attribute. | |
setTnefAttribute ( integer $attribute, mixed $value, integer $size ) | Allow this object to set any TNEF attributes it needs to know about, ignore any it doesn't care about. | |
toArray ( ) : array | Output the data for this object in an array. |
Méthode | Description | |
---|---|---|
_parseRecurrence ( string $value ) : Horde_Date_Recurrence | Parse recurrence properties. | |
_toItip ( ) : array | Generate an iTip from embedded TNEF MEETING data. |
protected _parseRecurrence ( string $value ) : Horde_Date_Recurrence | ||
$value | string | MAPI stream |
Résultat | Horde_Date_Recurrence |
protected string $_content | ||
Résultat | string |
protected string $_description | ||
Résultat | string |
protected string $_from | ||
Résultat | string |
protected $_partStat |
protected string $_requiredAttendees | ||
Résultat | string |