Skip to content

Commit

Permalink
Merge pull request #11397 from escoand/patch-1
Browse files Browse the repository at this point in the history
Add custom public calendars
  • Loading branch information
miaulalala authored Jan 18, 2024
2 parents 49fd910 + 626c661 commit 0033bbb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions admin_manual/groupware/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@ If you don't wish for users to have this capability, you can disable FreeBusy fo
Subscriptions
-------------

Custom public calendars
~~~~~~~~~~~~~~~~~~~~~~~

In addition to the public holiday calendars, it is possible to define your own calendar.
They act in the same way as the holiday calendars and can be configured with the following command::

php occ config:app:set calendar publicCalendars --value '[{"name":"My custom calendar","source":"http://example.com/example.ics"}]'

The setting is specified as a JSON array of objects with the following options:

* ``name`` - name of the calendar in the listing
* ``source`` - URL of the calendar's ICS file
* ``displayName`` - optional, to overwrite the name of the subscribed calendar
* ``description`` - optional, description in the listing
* ``authors`` - optional, copyrights and so on

Refresh rate
~~~~~~~~~~~~

Expand Down

0 comments on commit 0033bbb

Please sign in to comment.