Instruction Manual
11.2.1.1 EventCalendarList 
Use the EventCalendarList function to retrieve a list of the Event Calendars that you have 
added to the i.LON 100. The EventCalendarList function takes an empty string as its 
<Data> parameter, as in the example below. 
The function returns the major and minor version numbers of the firmware implementation 
that the Event Calendar application is using in the <Result> parameter. The <Result> 
parameter also includes a <Calendar> element for each Event Calendar that you have added 
to the i.LON 100. The next section, EventCalendarGet, describes the properties included in 
each of these elements. 
You could use the list of <Calendar> elements returned by this function as the input for the 
EventCalendarGet function. The EventCalendarGet function will then return the 
configuration of each Event Calendar included in the list. 
<Data> 
Parameter 
Empty String 
<Result> 
Parameter 
<Result> 
 <iLONEventCalendar> 
 <SCPTobjMajVer>1</SCPTobjMajVer> 
 <SCPTobjMinVer>1</SCPTobjMinVer> 
 <Calendar> 
 <UCPTindex>0</UCPTindex> 
 <UCPTlastUpdate>2002-06-26T10:38:48Z</UCPTlastUpdate> 
 <UCPTdescription>Floor</UCPTdescription> 
 <UCPTfbName>Calendar- 1</UCPTfbName> 
 </Calendar> 
 </iLONEventCalendar> 
</Result>
i.LON 100 Internet Server Program11-4  mer’s Reference 










