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:
parent
f8e175f944
commit
e009465f81
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user