10 #import <kerio/web/idl/SharedStructures.idl>
37 typedef sequence<Day> DayList;
80 string childGroupName;
84 typedef sequence<TimeRangeEntry> TimeRangeEntryList;
85 typedef sequence<TimeRangeGroup> TimeRangeGroupList;
97 void create(out ErrorList errors, out CreateResultList result, in TimeRangeEntryList ranges);
109 void get(out TimeRangeEntryList list, out
long totalItems, in
SearchQuery query);
116 void getGroupList(out TimeRangeGroupList groups);
124 void remove(out ErrorList errors, in KIdList rangeIds);
134 void set(out ErrorList errors, in KIdList rangeIds, in
TimeRangeEntry details);