diff --git a/doc/events.md b/doc/events.md index 81252987b7..63944964fd 100644 --- a/doc/events.md +++ b/doc/events.md @@ -59,15 +59,17 @@ When you publish an event, you can choose who shall receive it, as with a regula The recipients will see the posting about the event in their network-stream. Additionally it will be added to their calendar and thus be shown in their events overview page. -Recipients of the event-posting can comment or dis-/like the event, as with a regular posting, and also announce that they will attend, not attend or may-be attend the event with a single click. +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. ### Addons #### OpenStreetMap -If this addon is activated on you 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. #### 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). \ No newline at end of file +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).