DESCRIPTION
Get a complete list of all the scheduled events by Date Range.
INPUT
input_GetScheduledEvent
OUTPUT
The _fromdate and _todate can be inserted with a format based on the regional settings (i.e.) 01/10/2015
The valid values for _levelnr are according to the manual spec.
It returns an XML similar to the following:
<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="AS_GetScheduledEvent"> <Schedule><Event><eventid>7234</eventid><channel>1</channel><level>0</level><date>2023-06-12T00:00:00</date><time>00:00:00.00</time><assetcode>1836</assetcode><assetid>1836</assetid><title>SPOT X TRIAL</title><partnr>0</partnr><type>COM</type><status>I</status><duration>00:00:12.06</duration></Event><Event><eventid>7233</eventid><channel>1</channel><level>0</level><date>2023-06-12T00:00:00</date><time>00:00:12.06</time><assetcode></assetcode><assetid>0</assetid><title></title><partnr>0</partnr><type>NOOP</type><status>I</status><duration>23:59:47.19</duration></Event></Schedule> </Function> </WSApiResponse> </string>
OUTPUT_GetScheduledEvent
The tag value:
<eventid>it is the internal SQL ID of the event
<channel>it is the cod user
<level>it is the scheduled level
<date>it is the event scheduled date
<time>it is the event scheduled time
<assetcode>it is the asset code
<assetid>it is the asset id
<title>it is the event title
<partnr>it is the event exploded part nr
<type>it is the event type
<status>it is the event status (see the Etere manual for the returned value)
<duration>it is the event duration