some changes for calendar repeat class
This commit is contained in:
parent
b1cae9651e
commit
dfef36ba2f
|
@ -19,21 +19,29 @@ class OC_Calendar_Repeat{
|
|||
*/
|
||||
public static function get_inperiod();
|
||||
/*
|
||||
* @brief returns the cache of all events of a calendar
|
||||
* @brief returns the cache of all repeating events of a calendar
|
||||
*/
|
||||
public static function getcalendar();
|
||||
/*
|
||||
* @brief returns the cache of all events of a calendar in a specific period
|
||||
* @brief returns the cache of all repeating events of a calendar in a specific period
|
||||
*/
|
||||
public static function getcalendar_inperiod();
|
||||
/*
|
||||
* @brief generates the cache the first time
|
||||
*/
|
||||
public static function generate();
|
||||
/*
|
||||
* @brief generates the cache the first time for all repeating event of an calendar
|
||||
*/
|
||||
public static function generatecalendar();
|
||||
/*
|
||||
* @brief updates an event that is already cached
|
||||
*/
|
||||
public static function update();
|
||||
/*
|
||||
* @brief updates all repating events of a calendar that are already cached
|
||||
*/
|
||||
public static function updatecalendar();
|
||||
/*
|
||||
* @brief checks if an event is already cached
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue