Class FreebusyReportType


  • public class FreebusyReportType
    extends BaseRequestType
    Request a freebusy report on the targeted principal. This is a scheduling freebusy request which incorporates information such as availability etc. As such the response may depend on information not visible to the caller.

    Java class for FreebusyReportType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FreebusyReportType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType">
           <sequence>
             <element name="time-range" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}UTCTimeRangeType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FreebusyReportType

        public FreebusyReportType()