Ignore Invalid Schedules
Checking this will ignore any schedules from ScheduleFM that have invalid start or end times. This can occasionally happen if schedules are coming from an external source and not entered directly in the ScheduleFM client. Events2HVAC will ignore the entire event and notify users with a warning message.
If left unchecked, an invalid schedule will fail the entire ScheduleFM query and Events2HVAC will use its local backup schedule data to control HVAC until the schedule is re-entered correctly or until the event is finished.
Maximum # rooms to filter per event request (0=None)
For larger sites, you may need to break up room list filters into multiple event requests so the ScheduleFM server isn’t overwhelmed or to prevent hitting internal api limits to the query. A zero (0) value will either send the entire room filter list in one POST request or not depending on the next flag “Disable room filters in POST commands”. (Default = 0)
Use POST method in API
Checking this will use the newer API version that uses a POST instead of a GET command for /getEvents calls. For legacy sites, turn this off. (Default = checked)
Disable room filters in POST commands
Checking this will NOT send the room list filters as a parameter to the POST commands when retrieving events. This will in effect ask for all room events in the event request and room events that aren’t included in the room filter are removed from the data after the data is returned from the Api. (Default = checked)