Technical information

Appendix B: RmsSchedulingApi - Structures
199
RMS Enterprise - NetLinx Programmer’s Guide
Appendix B: RmsSchedulingApi - Structures
Overview
This section provides a consolidated listing of the Structures used in the RmsSchedulingApi.axi file:
RMS Event Booking Response Data Structure
This structure represents two types of data:
1. A response to a NetLinx command
2. Information initiated by the server
STRUCTURE RmsEventBookingResponse
In different events some fields may not be meaningful. As an example, for adhoc
event creation, attendees will not be populated.
RmsEventBookingResponse
Data Type Parameter Comment
CHAR
bookingId[RMS_MAX_PARAM_LEN]
LONG
location
CHAR
isPrivateEvent
CHAR
startDate[RMS_MAX_DATE_TIME_LEN]
CHAR
startTime[RMS_MAX_DATE_TIME_LEN]
CHAR
endDate[RMS_MAX_DATE_TIME_LEN]
CHAR
endTime[RMS_MAX_DATE_TIME_LEN]
CHAR
subject[RMS_MAX_PARAM_LEN]
CHAR
details[RMS_MAX_PARAM_LEN]
CHAR
clientGatewayUid[RMS_MAX_PARAM_LEN]
CHAR
isAllDayEvent
CHAR
organizer[RMS_MAX_PARAM_LEN]
LONG
elapsedMinutes
Only used for active booking event
LONG
minutesUntilStart
Only used for next active booking events
LONG
remainingMinutes
Only used for active booking events
CHAR
onBehalfOf[RMS_MAX_PARAM_LEN]
CHAR
attendees[RMS_MAX_PARAM_LEN]
Not used in some contexts such as adhoc creation
CHAR
isSuccessful
CHAR
failureDescription[RMS_MAX_PARAM_LEN]
Not used if result is from a successful event