inner calendars<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0" > <entity name="calendar" > <attribute name="name" /> <attribute name="typename" /> <attribute name="type" /> <attribute name="primaryuserid" /> <attribute name="isshared" /> <attribute name="holidayschedulecalendaridname" /> <attribute name="holidayschedulecalendarid" /> <attribute name="description" /> <attribute name="businessunitid" /> <order descending="true" attribute="type" /> <filter type="and"> <condition attribute="type" operator="in"> <value>-1</value> </condition> </filter> </entity> </fetch>holiday calendars<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0" > <entity name="calendar" > <attribute name="name" /> <attribute name="typename" /> <attribute name="type" /> <attribute name="primaryuserid" /> <attribute name="isshared" /> <attribute name="holidayschedulecalendaridname" /> <attribute name="holidayschedulecalendarid" /> <attribute name="description" /> <attribute name="businessunitid" /> <order descending="true" attribute="type" /> <filter type="and"> <condition attribute="type" operator="in"> <value>2</value> </condition> </filter> </entity> </fetch>service calendars<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0" > <entity name="calendar" > <attribute name="name" /> <attribute name="typename" /> <attribute name="type" /> <attribute name="primaryuserid" /> <attribute name="isshared" /> <attribute name="holidayschedulecalendaridname" /> <attribute name="holidayschedulecalendarid" /> <attribute name="description" /> <attribute name="businessunitid" /> <order descending="true" attribute="type" /> <filter type="and"> <condition attribute="type" operator="in"> <value>1</value> </condition> </filter> </entity> </fetch>