calendar/export MDL-17964 explicitly define a non-random UID for each event (merged from 1.9)
This commit is contained in:
@@ -125,6 +125,7 @@ foreach($events as $event) {
|
||||
}
|
||||
}
|
||||
$ev = new iCalendar_event;
|
||||
$ev->add_property('uid', $event->id.'@'.$_SERVER['HTTP_HOST']);
|
||||
$ev->add_property('summary', $event->name);
|
||||
$ev->add_property('description', $event->description);
|
||||
$ev->add_property('class', 'PUBLIC'); // PUBLIC / PRIVATE / CONFIDENTIAL
|
||||
|
||||
Reference in New Issue
Block a user