calendar/export MDL-17964 explicitly define a non-random UID for each event (merged from 1.9)

This commit is contained in:
moodler
2009-01-20 03:09:10 +00:00
parent ebb760849f
commit 8805fa94b6
+1
View File
@@ -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