1
0
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:
Thomas Müller 2015-07-08 00:15:02 +02:00
commit dff63bf3bd

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