X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fevents.md;h=0aca7a902b626d09426fdf3202bacd26a10308c9;hb=fca72c49960fd4c5cc22c426053822d9ee9350e5;hp=a991c7995b506ec96336df5718541941bc45156b;hpb=319b8225f4eb4aa7f1e18d1e7e7ce97c34699436;p=friendica.git diff --git a/doc/events.md b/doc/events.md index a991c7995b..0aca7a902b 100644 --- a/doc/events.md +++ b/doc/events.md @@ -19,6 +19,9 @@ And return to *today*. To create a new event, you can either follow the link "Create New Event" or make a double click on the desired box in the calendarium for when the event should take place. +With a click on an existing event a pop-up box will be opened which shows you the event. +From there you can edit the event or view the event at the source link, if you are the one who created the event. + ## Create a new Event Following one of the methods mentioned above you reach a form to enter the event data. @@ -50,9 +53,21 @@ 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 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. + ### 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. \ No newline at end of file +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