Class VEvent
The wrapper for vevents. Will reveal a unified and simple api for the events, which include always finding a start and end (except when no end or duration is given) and checking if the event is blocking or similar.
Will apply the specified timezone to timestamps if a tzid is specified
Namespace: intouch\ical
License: CC-BY-SA-DK
Author: Morten Fangel (C) 2008
Author: Michael Kahn (C) 2013
Located at ical/VEvent.php
License: CC-BY-SA-DK
Author: Morten Fangel (C) 2008
Author: Michael Kahn (C) 2013
Located at ical/VEvent.php
public
|
#
__construct(
Constructs a new intouch\ical\VEvent. Needs the iCal supplied so it can query for timezones. |
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
string
|
|
protected
string
|
|
protected
integer
|
#
getTimestamp(
Calculates the timestamp from a DT line. |
boolean |
DEFAULT_CONFIRMED
|
true |
protected
mixed
|
$uid |
|
|
protected
mixed
|
$start |
|
|
protected
mixed
|
$end |
|
|
protected
mixed
|
$summary |
|
|
protected
mixed
|
$description |
|
|
protected
mixed
|
$location |
|
|
protected
mixed
|
$laststart |
|
|
protected
mixed
|
$lastend |
|
|
public
mixed
|
$recurrence |
|
|
public
mixed
|
$recurex |
|
|
public
mixed
|
$excluded |
|
|
public
mixed
|
$added |
|
|
public
mixed
|
$freq |
|
|
public
mixed
|
$data |
|