The delivery of meeting data is done via an upload to a personalized SFTP environment. In this way, for example, a meeting from Outlook can be displayed in FlexWhere.
This connection works as follows:Export below data from Active Directory to CSV file;
- Upload the CSV file to your personal SFTP environment;
- The CSV file must comply with the following format (see also template below):
Field name | Mandatory fields | Min characters | Max. characters | Data type | Example |
MEETING_ROOM_ID | Yes | 4 | 24 | Alphanummeric | ABC123 |
MEETING_TITLE | No | 2 | 50 | Alphanummeric | Meeting about Flexwhere |
MEETING_DESCRIPTION | No | 2 | 10 | Alphanummeric | Cream 2.12 |
MEETING_CAPACITY | No | 2 | 20 | Nummeric | 20 |
MEETING_ACTOR_ID | Yes | 2 | 20 | Alphanummeric | Jan Jansen |
MEETING_START | Yes | 25 | 25 | T Time according to ISO 8601 | 2018-06-18T14:51:25+01:00 |
MEETING_END | Yes | 25 | 25 | T Time according to ISO 8601 | 2018-06-18T14:51:25+01:00 |
MEETING_CREATED | No | 25 | 25 | T Time according to ISO 8601 | 2018-06-18T14:51:25+01:00 |
MEETING_MODIFIED | No | 25 | 25 | T Time according to ISO 8601 | 2018-06-18T14:51:25+01:00 |