[Pkg-owncloud-commits] [php-sabre-vobject] 35/65: Declare the BUSYTYPE property.
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:57:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit b8ef8029d8bfd07515def9278b7cf0d6e7edec36
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Feb 3 11:47:39 2015 +0100
Declare the BUSYTYPE property.
---
lib/Component/VCalendar.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 9e53cfa..ada9399 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -145,6 +145,9 @@ class VCalendar extends VObject\Document {
'PROXIMITY' => 'Sabre\\VObject\\Property\\Text',
'DEFAULT-ALARM' => 'Sabre\\VObject\\Property\\Boolean',
+ // Additions from draft-daboo-calendar-availability-05
+ 'BUSYTYPE' => 'Sabre\\VObject\\Property\\Text',
+
);
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list