diff --git a/weboob/capabilities/calendar.py b/weboob/capabilities/calendar.py index 60ca30b063e84ffeeb161cfbb3d77a509975c018..e5c3dd9d9823a2ad0ebc34d0eca6c1f8130a2651 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