Enumerated property values case-insensitive?
Brought to you by:
fortuna
Section 2 of RFC5545 mentions among others 'enumerated property values' should be treated case-insensitively.
I'm not quite sure whether that means we should treat for example the values 'Confirmed' and 'CONFIRMED' as equal in a VEvent's status field. Right now the iCal4j validator only accepts 'CONFIRMED', not 'Confirmed'.
Can anybody clarify?