PRIVACY: imported events
This commit is contained in:
parent
03756c65fc
commit
e3f605e242
@ -434,6 +434,7 @@ function event_import_ical($ical, $uid) {
|
|||||||
$ev['uid'] = $channel['channel_id'];
|
$ev['uid'] = $channel['channel_id'];
|
||||||
$ev['account'] = $channel['channel_account_id'];
|
$ev['account'] = $channel['channel_account_id'];
|
||||||
$ev['private'] = 1;
|
$ev['private'] = 1;
|
||||||
|
$ev['allow_cid'] = '<' . $channel['channel_hash'] . '>';
|
||||||
|
|
||||||
logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
|
logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
|
||||||
$event = event_store_event($ev);
|
$event = event_store_event($ev);
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-07-28.1107
|
2015-07-29.1108
|
||||||
|
Reference in New Issue
Block a user