Class Calendar¶
Extends Model
Constants¶
METHOD_PUBLISH¶
Post notification of an event.
Used primarily as a method of advertising the existence of an event.
METHOD_REQUEST¶
Make a request for an event.
This is an explicit invitation to one or more "Attendees". Event Requests are also used to update or change an existing event. Clients that cannot handle REQUEST may degrade the event to view it as a PUBLISH.
METHOD_CANCEL¶
Cancel one or more instances of an existing event.
Methods¶
__construct¶
$config |
array | |
| return | mixed |
setMethod¶
$method |
string | |
| return | static |
addEvent¶
$config |
array | |
| return | Event |
serialize¶
| return | string |
addTimezones¶
Adds a timezone definition the calendar.