mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
fix birthday calendar
This commit is contained in:
parent
bedb99a407
commit
990a915a19
@ -786,6 +786,7 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
$appInfo = \OCP\App::getAppInfo('contacts');
|
||||
$appVersion = \OCP\App::getAppVersion('contacts');
|
||||
$vCal->PRODID = '-//ownCloud//NONSGML '.$appInfo['name'].' '.$appVersion.'//EN';
|
||||
$vCal->add($vEvent);
|
||||
return $vCal;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user