Exchange Calendar Free/Busy Check Data Source

Microsoft.SystemCenter.M365.DataSource.CalendarFreeBusyCheckExchange (DataSourceModuleType)

The data source is used to collect Exchange calendar free/busy data.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.M365.RunAsProfile.Proxy
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
Probe ProbeAction Microsoft.SystemCenter.M365.ProbeAction.CalendarFreeBusyCheckExchange Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (seconds)The parameter defines the number of seconds that should pass between the execution events.

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.M365.DataSource.CalendarFreeBusyCheckExchange" Accessibility="Internal" RunAs="Microsoft.SystemCenter.M365.RunAsProfile.Proxy" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SenderUser" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SenderPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExchangeURL" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.M365.ProbeAction.CalendarFreeBusyCheckExchange">
<SenderUser>$Config/SenderUser$</SenderUser>
<SenderPassword>$Config/SenderPassword$</SenderPassword>
<ExchangeURL>$Config/ExchangeURL$</ExchangeURL>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>