set uid on ics file, some calenders need it to distinguish events
This commit is contained in:
parent
fb735cfda8
commit
c522653d6f
1 changed files with 2 additions and 1 deletions
|
@ -82,6 +82,7 @@ class TagController extends Controller
|
|||
$event->setSummary($entity->summary);
|
||||
$event->setDescription($entity->description);
|
||||
$event->setUrl($entity->url);
|
||||
$event->setUid($entity->slug);
|
||||
if ($entity->location instanceof Location) {
|
||||
$location = new \Jsvrcek\ICS\Model\Description\Location();
|
||||
$location->setName($entity->location->name);
|
||||
|
|
Reference in a new issue