aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-26 12:26:27 +0100
commitc7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch)
tree1512136fac84a327aa7d3a33b5a146caa51f8815 /include/event.php
parent41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff)
downloadvolse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz
volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2
volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip
first iteration on the event item
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/event.php b/include/event.php
index 9d111ca25..c82699eff 100644
--- a/include/event.php
+++ b/include/event.php
@@ -787,6 +787,11 @@ function event_store_item($arr, $event) {
'type' => ACTIVITY_OBJ_EVENT,
'id' => z_root() . '/event/' . $r[0]['resource_id'],
'title' => $arr['summary'],
+ 'start' => $arr['start'],
+ 'finish' => $arr['finish'],
+ 'description' => $arr['description'],
+ 'location' => $arr['location'],
+ 'adjust' => $arr['adjust'],
'content' => format_event_bbcode($arr),
'author' => array(
'name' => $r[0]['xchan_name'],