add functions get cached events in a specific time period
This commit is contained in:
parent
dc34ed5a12
commit
b1cae9651e
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
@ -38,4 +46,4 @@ class OC_Calendar_Repeat{
|
|||
* @brief removes the cache of all events of a calendar
|
||||
*/
|
||||
public static function cleancalendar();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue