Imported Upstream version 1.0.0
[platform/upstream/libical.git] / 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","(m)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 "URI","(a)const char*","string","unitary",
14 "UTC-OFFSET","(a)int","integer","unitary",
15 "QUERY","(a)const char*","string","unitary",
16 "#Non-standard multi-valued types",,,,
17 "ATTACH","(m)icalattach *","none","URI;BINARY",
18 "DATE-TIME-PERIOD","(m)struct icaldatetimeperiodtype","none","DATE-TIME;PERIOD",
19 "TRIGGER","(m)struct icaltriggertype","string","DURATION;DATE-TIME",
20 "#Non-standard property enumeration types",,,,
21 "METHOD","(a)enum icalproperty_method","string","unitary","PUBLISH;REQUEST;REPLY;ADD;CANCEL;REFRESH;COUNTER;DECLINECOUNTER;CREATE;READ;RESPONSE;MOVE;MODIFY;GENERATEUID;DELETE"
22 "X-LIC-CLASS","(a)enum icalproperty_xlicclass","string","unitary","PUBLISH-NEW;PUBLISH-UPDATE;PUBLISH-FREEBUSY;REQUEST-NEW;REQUEST-UPDATE;REQUEST-RESCHEDULE;REQUEST-DELEGATE;REQUEST-NEW-ORGANIZER;REQUEST-FORWARD;REQUEST-STATUS;REQUEST-FREEBUSY;REPLY-ACCEPT;REPLY-DECLINE;REPLY-DELEGATE;REPLY-CRASHER-ACCEPT;REPLY-CRASHER-DECLINE;ADD-INSTANCE;CANCEL-EVENT;CANCEL-INSTANCE;CANCEL-ALL;REFRESH;COUNTER;DECLINECOUNTER;MALFORMED;OBSOLETE;MISSEQUENCED;UNKNOWN"
23 "ACTION","(a)enum icalproperty_action","string","unitary","AUDIO;DISPLAY;EMAIL;PROCEDURE"
24 "STATUS","(a)enum icalproperty_status","string","unitary","TENTATIVE;CONFIRMED;COMPLETED;NEEDS-ACTION;CANCELLED;IN-PROCESS;DRAFT;FINAL"
25 "TRANSP","(a)enum icalproperty_transp","string","unitary","OPAQUE;OPAQUE-NOCONFLICT;TRANSPARENT;TRANSPARENT-NOCONFLICT"
26 "CLASS","(m)enum icalproperty_class","string","unitary","PUBLIC;PRIVATE;CONFIDENTIAL"
27 "#Other non-standard",,,,
28 "REQUEST-STATUS","(a)struct icalreqstattype","string","unitary"
29 "GEO","(m)struct icalgeotype","tuple","unitary",
30 "STRING","(a)const char*","string","unitary",
31 "X","(m)const char*","string","unitary",
32 "#CAP enumeration types",,,,
33 "CMD","(a)enum icalproperty_cmd","string","unitary","ABORT;CONTINUE;CREATE;DELETE;GENERATE-UID;GET-CAPABILITY;IDENTIFY;MODIFY;MOVE;REPLY;SEARCH;SET-LOCALE"
34 "QUERY-LEVEL","(a)enum icalproperty_querylevel","string","unitary","CAL-QL-1;CAL-QL-NONE"
35 "CAR-LEVEL","(a)enum icalproperty_carlevel","string","unitary","CAR-NONE;CAR-MIN;CAR-FULL-1"