mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
add Github url of Mozilla holiday calendar data
This commit is contained in:
parent
b4017cb8c4
commit
cae960965e
@ -23,6 +23,11 @@ use EGroupware\Api;
|
||||
* Holidays are cached on tree or instance level, later for custom urls.
|
||||
* As fetching and parsing iCal files is expensive, we always render them
|
||||
* from previous (requested) year until next 5 years.
|
||||
*
|
||||
* Holiday urls are from Mozilla Calendar project:
|
||||
* @link https://www.mozilla.org/en-US/projects/calendar/holidays/
|
||||
* @link https://www.mozilla.org/media/caldata/calendars.json (json from which above page is generated)
|
||||
* @link https://github.com/mozilla/bedrock/tree/master/media/caldata
|
||||
*/
|
||||
class calendar_holidays
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user