]> git.mxchange.org Git - friendica-addons.git/blob - cal/README.md
cal: added user config
[friendica-addons.git] / cal / README.md
1 Calendar Export
2 ===============
3
4 This addon makes it possible to export the events posted by your users being
5 exported to other formats, so they can be imported into other calendar
6 applications.
7
8 Exporting a calendar is an _opt-in_ feature which has to be activated by each
9 of the users in the _addon settings_. As the admin you can only provide the
10 service but should not force it upon your users.
11
12 The calendars are exported at
13
14         http://example.com/cal/username/format
15
16 currently the only supported format is __ical__.
17
18 Author
19 ------
20
21 This addon is developed by [Tobias Diekershoff](https://f.diekershoff.de/profile/tobias).
22
23 License
24 -------
25
26 This addon is licensed under the [MIT](http://opensource.org/licenses/MIT)
27 license, see also the LICENSE file in the addon directory.