add functions get cached events in a specific time period
This commit is contained in:
parent
dc34ed5a12
commit
b1cae9651e
|
@ -14,10 +14,18 @@ class OC_Calendar_Repeat{
|
|||
* @brief returns the cache of an event
|
||||
*/
|
||||
public static function get();
|
||||
/*
|
||||
* @brief returns the cache of an event in a specific peroid
|
||||
*/
|
||||
public static function get_inperiod();
|
||||
/*
|
||||
* @brief returns the cache of all events of a calendar
|
||||
*/
|
||||
public static function getcalendar();
|
||||
/*
|
||||
* @brief returns the cache of all events of a calendar in a specific period
|
||||
*/
|
||||
public static function getcalendar_inperiod();
|
||||
/*
|
||||
* @brief generates the cache the first time
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue