diff --git a/weboob/capabilities/calendar.py b/weboob/capabilities/calendar.py index 46336982..60275181 100644 --- a/weboob/capabilities/calendar.py +++ b/weboob/capabilities/calendar.py @@ -33,7 +33,7 @@ def enum(**enums): enums['types'] = _types return type('Enum', (), enums) -CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre') +CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre', TELE=u'Television') #the following elements deal with ICalendar stantdards #see http://fr.wikipedia.org/wiki/ICalendar#Ev.C3.A9nements_.28VEVENT.29