diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-03-10 14:13:43 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-27 12:53:44 +0100 |
commit | 5e2c802bb7314da4dbcfee12c5e2d943e8fafa1d (patch) | |
tree | 2765f68c6057b42cf86e7f978752a53adc445922 /apps/dav/lib | |
parent | 102a328e65518a730691a52fa9c1c76617371cac (diff) | |
download | nextcloud-server-5e2c802bb7314da4dbcfee12c5e2d943e8fafa1d.tar.gz nextcloud-server-5e2c802bb7314da4dbcfee12c5e2d943e8fafa1d.zip |
Set custom ProdId in Birthday service, do not depend on Sabre Versio number for unit tests
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/lib')
-rw-r--r-- | apps/dav/lib/CalDAV/BirthdayService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 31ea38fc7b7..208b923f531 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -256,6 +256,7 @@ class BirthdayService { $vCal = new VCalendar(); $vCal->VERSION = '2.0'; + $vCal->PRODID = '-//IDN nextcloud.com//Birthday calendar//EN'; $vEvent = $vCal->createComponent('VEVENT'); $vEvent->add('DTSTART'); $vEvent->DTSTART->setDateTime( |