]> git.mxchange.org Git - friendica-addons.git/blob - cal/README.md
cal: added csv support to the README
[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 following formats are supported
17
18 * ical
19 * csv.
20
21 Author
22 ------
23
24 This addon is developed by [Tobias Diekershoff](https://f.diekershoff.de/profile/tobias).
25
26 License
27 -------
28
29 This addon is licensed under the [MIT](http://opensource.org/licenses/MIT)
30 license, see also the LICENSE file in the addon directory.