Class Query
A collection of functions to query the events in a calendar.
Namespace: intouch\ical
License: CC-BY-SA-DK
Author: Morten Fangel (C) 2008
Author: Michael Kahn (C) 2013
Located at ical/Query.php
License: CC-BY-SA-DK
Author: Morten Fangel (C) 2008
Author: Michael Kahn (C) 2013
Located at ical/Query.php
public static
|
#
Between(
Returns all events from the calendar between two timestamps |
public static
|
#
After(
Returns all events from the calendar after a given timestamp |
public static
|
#
Sort(
Sorts the events from the calendar after the specified column. Column can be all valid entires that getProperty can return. So stuff like uid, start, end, summary etc. |