10 #import <kerio/web/idl/SharedStructures.idl>
37 typedef sequence<Day> DayList;
79 string childGroupName;
83 typedef sequence<TimeRangeEntry> TimeRangeEntryList;
84 typedef sequence<TimeRangeGroup> TimeRangeGroupList;
96 void create(out ErrorList errors, out CreateResultList result, in TimeRangeEntryList ranges);
108 void get(out TimeRangeEntryList list, out
long totalItems, in
SearchQuery query);
115 void getGroupList(out TimeRangeGroupList groups);
123 void remove(out ErrorList errors, in KIdList rangeIds);
133 void set(out ErrorList errors, in KIdList rangeIds, in
TimeRangeEntry details);