* structure needed by last commit. upsi.
authorWilfried Göesgens <willi@citadel.org>
Sat, 11 Apr 2009 13:23:10 +0000 (13:23 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 11 Apr 2009 13:23:10 +0000 (13:23 +0000)
webcit/webcit.h

index 52f34f99e757e9a6c4fe50fa88e3e7245b9e9bea..4bdf5bc22602ca59313debc3b8ddf61d84adc7c9 100644 (file)
@@ -290,9 +290,15 @@ typedef struct _disp_cal {
 
        int multi_day_event;
        int is_repeat;
+       icalcomponent *SortBy;          /* cal items for display */
+       icalproperty_status Status;
 } disp_cal;                                            
 
-
+typedef struct _IcalEnumMap {
+       const char *Name;
+       long NameLen;
+       icalproperty_kind map;
+} IcalEnumMap;
 
 /*
  * Address book entry (keep it short and sweet, it's just a quickie lookup