From faf970523a01cd6451d5da1bf5d1b4c5467b0880 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Aug 2015 18:17:16 +0200 Subject: [PATCH] what happens when an event is clicked? --- doc/events.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/events.md b/doc/events.md index a991c7995..abb457687 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. @@ -55,4 +58,4 @@ But before you do, you can also *preview* the event in a pop-up box. #### 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.