PRIVACY: imported events

This commit is contained in:
redmatrix 2015-07-29 16:30:00 -07:00
parent 03756c65fc
commit e3f605e242
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -1 +1 @@
2015-07-28.1107
2015-07-29.1108