From e622aa9ad8d9ad38c550bc28a7897b5a3b63c69e Mon Sep 17 00:00:00 2001 From: Bezleputh Date: Sat, 20 Sep 2014 19:53:58 +0200 Subject: [PATCH] [CapCalendar] add Conference event category --- weboob/capabilities/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/capabilities/calendar.py b/weboob/capabilities/calendar.py index 60ca30b063..e5c3dd9d98 100644 --- a/weboob/capabilities/calendar.py +++ b/weboob/capabilities/calendar.py @@ -38,7 +38,7 @@ def enum(**enums): enums['types'] = _types return type('Enum', (), enums) -CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre', TELE=u'Television') +CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre', TELE=u'Television', CONF=u'Conference') #the following elements deal with ICalendar stantdards #see http://fr.wikipedia.org/wiki/ICalendar#Ev.C3.A9nements_.28VEVENT.29 -- GitLab