1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Fix creation of ics files

This commit is contained in:
Jakob Sack 2015-05-08 10:02:41 +02:00
parent f8e175f944
commit e009465f81

View File

@ -832,7 +832,7 @@ class Contact extends VObject\VCard implements IPIMObject {
$vevent->DTSTART->setDateTime(
$date
);
$event->DTSTART['VALUE'] = 'date';
$vevent->DTSTART['VALUE'] = 'date';
$vevent->add('DURATION', 'P1D');
$vevent->{'UID'} = $this->UID;
$vevent->{'RRULE'} = 'FREQ=YEARLY';