mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-18 22:43:40 +00:00
cal: basic README added
This commit is contained in:
parent
a79bd7c9f4
commit
6ddd3100a7
2 changed files with 28 additions and 1 deletions
27
cal/README.md
Normal file
27
cal/README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
Calendar Export
|
||||
===============
|
||||
|
||||
This addon makes it possible to export the events posted by your users being
|
||||
exported to other formats, so they can be imported into other calendar
|
||||
applications.
|
||||
|
||||
Exporting a calendar is an _opt-in_ feature which has to be activated by each
|
||||
of the users in the _addon settings_. As the admin you can only provide the
|
||||
service but should not force it upon your users.
|
||||
|
||||
The calendars are exported at
|
||||
|
||||
http://example.com/cal/username/format
|
||||
|
||||
currently the only supported format is __ical__.
|
||||
|
||||
Author
|
||||
------
|
||||
|
||||
This addon is developed by [Tobias Diekershoff](https://f.diekershoff.de/profile/tobias).
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
This addon is licensed under the [MIT](http://opensource.org/licenses/MIT)
|
||||
license, see also the LICENSE file in the addon directory.
|
Loading…
Reference in a new issue