diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php index f64499fb..30ee3bb2 100644 --- a/plugins/libcalendaring/libvcalendar.php +++ b/plugins/libcalendaring/libvcalendar.php @@ -675,7 +675,7 @@ class libvcalendar if (!empty($event['created'])) $ve->add(self::datetime_prop('CREATED', $event['created'], true)); if (!empty($event['changed'])) - $ve->add(self::datetime_prop('DTSTAMP', $event['changed'], true)); + $ve->add(self::datetime_prop('LAST-MODIFIED', $event['changed'], true)); if (!empty($event['start'])) $ve->add(self::datetime_prop('DTSTART', $event['start'], false, $event['allday'])); if (!empty($event['end']))