1
0
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:
Georg Ehrke 2015-07-06 21:44:23 +02:00
parent bedb99a407
commit 990a915a19

View File

@ -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;
}