cbe6bd9969aa2523a9fe4b1c3090617aa28f0790
[claws.git] / src / plugins / vcalendar / libical / design-data / value-types.csv
1 "#Name","C type& gen flag","Python","Component Values","Enum Values"
2 "BINARY","(a)const char*","file","unitary",
3 "BOOLEAN","(a)int","integer","unitary",
4 "CAL-ADDRESS","(a)const char*","string","unitary",
5 "DATE","(a)struct icaltimetype","Time","unitary",
6 "DATE-TIME","(a)struct icaltimetype","Time","unitary",
7 "DURATION","(a)struct icaldurationtype","Duration","unitary",
8 "FLOAT","(a)float","float","unitary",
9 "INTEGER","(a)int","integer","unitary",
10 "PERIOD","(a)struct icalperiodtype","Period","unitary",
11 "RECUR","(m)struct icalrecurrencetype","RecurrenceSet","unitary",
12 "TEXT","(a)const char*","string","unitary",
13 "TIME","(a)struct icaltimetype","Time","unitary",
14 "URI","(a)const char*","string","unitary",
15 "UTC-OFFSET","(a)int","integer","unitary",
16 "QUERY","(a)const char*","string","unitary",
17 "#Non-standard multi-valued types",,,,
18 "ATTACH","(a)struct icalattachtype","none","URI;BINARY",
19 "DATE-TIME-DATE","(a)struct icaltimetype","none","DATE-TIME;DATE",
20 "DATE-TIME-PERIOD","(m)struct icaldatetimeperiodtype","none","DATE-TIME;PERIOD",
21 "TRIGGER","(m)struct icaltriggertype","string","DURATION;DATE-TIME",
22 "#Non-standard property enumeration types",,,,
23 "METHOD","(a)enum icalproperty_method","string","unitary","PUBLISH;REQUEST;REPLY;ADD;CANCEL;REFRESH;COUNTER;DECLINECOUNTER;CREATE;READ;RESPONSE;MOVE;MODIFY;GENERATEUID;DELETE"
24 "ACTION","(a)enum icalproperty_action","string","unitary","AUDIO;DISPLAY;EMAIL;PROCEDURE"
25 "STATUS","(a)enum icalproperty_status","string","unitary","TENTATIVE;CONFIRMED;COMPLETED;NEEDS-ACTION;CANCELLED;IN-PROCESS;DRAFT;FINAL"
26 "TRANSP","(a)enum icalproperty_transp","string","unitary","OPAQUE;TRANSPARENT"
27 "CLASS","(a)enum icalproperty_class","string","unitary","PUBLIC;PRIVATE;CONFIDENTIAL"
28 "#Other non-standard",,,,
29 "GEO","(a)struct icalgeotype","tuple","unitary",
30 "STRING","(a)const char*","string","unitary",
31 "X","(m)const char*","string","unitary",