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