mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
export cal is now in core
This commit is contained in:
parent
712efd9875
commit
5c7694d00e
1 changed files with 5 additions and 4 deletions
|
@ -62,6 +62,11 @@ Additionally it will be added to their calendar and thus be shown in their event
|
||||||
Recipients of the event-posting can comment or dis-/like the event, as with a regular posting.
|
Recipients of the event-posting can comment or dis-/like the event, as with a regular posting.
|
||||||
Furthermore they can announce that they will attend, not attend or may-be attend the event with a single click.
|
Furthermore they can announce that they will attend, not attend or may-be attend the event with a single click.
|
||||||
|
|
||||||
|
### Calendar Export
|
||||||
|
|
||||||
|
If you want to export your public events to ical or csv, you can activate an additional feature in your user settings (Additional features -> General Features -> Export Public Calendar).
|
||||||
|
Afterwards a link will be shown in the events page of your profile to access the calendar.
|
||||||
|
|
||||||
### Addons
|
### Addons
|
||||||
|
|
||||||
#### OpenStreetMap
|
#### OpenStreetMap
|
||||||
|
@ -69,7 +74,3 @@ Furthermore they can announce that they will attend, not attend or may-be attend
|
||||||
If this addon is activated on your friendica node, the content of the location field will be matched with the identification service of OSM when you submit the event.
|
If this addon is activated on your friendica node, the content of the location field will be matched with the identification service of OSM when you submit the event.
|
||||||
Should OSM find anything matching, a map for the location will be embedded automatically at the end of the events view.
|
Should OSM find anything matching, a map for the location will be embedded automatically at the end of the events view.
|
||||||
|
|
||||||
#### Calendar Export
|
|
||||||
|
|
||||||
If this addon is activated the public events you have created will be published in ical or csv file.
|
|
||||||
The URL of the published file is ``example.com/cal/nickname/export/format`` (where format is either ical of csv).
|
|
||||||
|
|
Loading…
Reference in a new issue