Add the UID to the ical file.
This also fixes the caldavs issues. Fixes #33,#31
This commit is contained in:
parent
e75020e9da
commit
b5d22c0bbc
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ class Event extends BaseEntity
|
|||
$event->setEnd($this->enddate);
|
||||
$event->setSummary($this->summary);
|
||||
$event->setUrl($this->url);
|
||||
$event->setUid($this->id);
|
||||
if ($this->location instanceof Location) {
|
||||
$location = new EventLocation();
|
||||
$location->setName($this->location->name);
|
||||
|
|
Reference in a new issue