Event
- Full name:
\boundstate\events\models\ics\Event - Parent class:
Model
Constants¶
| Constant | Visibility | Type | Value |
|---|---|---|---|
STATUS_CANCELLED |
public | 'CANCELLED' |
Properties¶
now¶
- This property is static.
Methods¶
__construct¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$doc |
\Sabre\VObject\Component\VCalendar | |
$config |
array |
setUid¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$uid |
string |
setSequence¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$sequence |
int |
setStart¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$start |
\DateTime |
getStart¶
setEnd¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$end |
\DateTime |
getEnd¶
setStatus¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$status |
string |
setSummary¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$summary |
string |
setDescription¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$description |
string |
setLocation¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$location |
string |
setRule¶
Sets the repeating rule for this event.
NOTE: the rule end date will be ignored; to set the event end date use
- See: .
Parameters:
| Parameter | Type | Description |
|---|---|---|
$rule |
\Recurr\Rule |
setOrganizers¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$users |
mixed |
addOrganizers¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$users |
mixed |
setAttendees¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$users |
mixed | |
$accepted |
?bool |
addAttendees¶
Parameters:
| Parameter | Type | Description |
|---|---|---|
$users |
mixed | |
$accepted |
?bool |