[calendar] Add TELE category

This commit is contained in:
Bezleputh 2014-02-18 19:46:32 +01:00
commit 62b58e34dd

View file

@ -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