aboutsummaryrefslogtreecommitdiffstats
path: root/libical/TODO
blob: c5c85f6753498190880451fcd50052a37a90fafa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

TODOs for libical-0.16
---------------------

libical treats properties with multiple values incorrecty -- it always
seperates multiple values into multiple properties. This is not
acceptable for CATEGORIES and RESOURCES.

Some TEXT valued properties, like METHOD, have a limited set of valid
values. The code should check that the values of these properites are
valid. ( Although METHOD now uses enums, and is not really TEXT valued )

Finish implementing values
    ATTACH/BINARY
    content_type
    language

Check for buffer overflow on external input. 

Error Handling

   Dates and times: the parser will accept many illegal date time
   values

RECUR values ignore integers in BYDAY clauses, ie 'FREQ=MONTHLY;BYDAY=-1SU'

Restrictions code does not catch lack of DTEND or DURATION