aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/event.php1
-rw-r--r--version.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php
index 784da0545..537121751 100644
--- a/include/event.php
+++ b/include/event.php
@@ -434,6 +434,7 @@ function event_import_ical($ical, $uid) {
$ev['uid'] = $channel['channel_id'];
$ev['account'] = $channel['channel_account_id'];
$ev['private'] = 1;
+ $ev['allow_cid'] = '<' . $channel['channel_hash'] . '>';
logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
$event = event_store_event($ev);
diff --git a/version.inc b/version.inc
index 157b3f838..3a20d2696 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-07-28.1107
+2015-07-29.1108