Class CApiMailIcs
CApiMailIcs class is used for work with attachment that contains calendar event or calendar appointment.
Methods summary
public static
|
Properties summary
public
string
|
$Uid
Event identifier. |
|
public
integer
|
$Sequence
Event sequence number. |
|
public
string
|
$Attendee
Attendee of the event. |
|
public
string
|
$File
Temp file name of the .ics file. |
|
public
string
|
$Type
Type of the event. Possible values: 'REQUEST' - Object is an appointment. Organizer expects a response to the invitation. 'REPLY' - Object is an appointment. The recipient replied to the invitation. 'CANCEL' - Object is an appointment. The event was canceled by the organizer. 'PUBLISH' - Object is an event for saving to the calendar. 'SAVE' - Object is an event for saving to the calendar. |
|
public
string
|
$Location
Event location. |
|
public
string
|
$Description
Event description. |
|
public
string
|
$When
Date of the event. |
|
public
string
|
$CalendarId
Identifier of calendar in wich the event will be added. |
|
public
array
|
$Calendars
List of calendars. |