From 9649386c8d3afc0b060a891fab1fcd1fda2444d4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 18 Nov 2015 14:41:16 +0100 Subject: [PATCH 1/3] documentation of the not/maybe/attent feature for events --- doc/events.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/events.md b/doc/events.md index abb457687..fa835d461 100644 --- a/doc/events.md +++ b/doc/events.md @@ -53,9 +53,19 @@ In the descirption and location field you can use BBCode to format the text. When you *Share* the event it will be posted to your wall with the access permissions you've selected. But before you do, you can also *preview* the event in a pop-up box. +### Interaction with Events + +When you publish an event, you can choose who shall receive it, as with a regular new posting. The recipiants 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, but also 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 mathced 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 From 4a656b094288ab93f38c878677a89e472c53f28d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 19 Nov 2015 06:41:40 +0100 Subject: [PATCH 2/3] typo --- doc/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/events.md b/doc/events.md index fa835d461..c85dc1b16 100644 --- a/doc/events.md +++ b/doc/events.md @@ -55,7 +55,7 @@ But before you do, you can also *preview* the event in a pop-up box. ### Interaction with Events -When you publish an event, you can choose who shall receive it, as with a regular new posting. The recipiants 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. +When you publish an event, you can choose who shall receive it, as with a regular new posting. 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, but also announce that they will attend, not attend or may-be attend the event with a single click. From cc2e2abb857c4685a95aa398ba799b563a5ddb9a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 19 Nov 2015 06:45:56 +0100 Subject: [PATCH 3/3] linefeeds --- doc/events.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/events.md b/doc/events.md index c85dc1b16..0aca7a902 100644 --- a/doc/events.md +++ b/doc/events.md @@ -55,7 +55,9 @@ But before you do, you can also *preview* the event in a pop-up box. ### Interaction with Events -When you publish an event, you can choose who shall receive it, as with a regular new posting. 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. +When you publish an event, you can choose who shall receive it, as with a regular new posting. +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, but also announce that they will attend, not attend or may-be attend the event with a single click.