- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Hej Fredrik,
You are correct, EBO will not update(rediscover) your EWS server. This means that dynamic structures like the one you are describing can't be used.
I guess there are several ways of tackling this limitation, but the easiest that comes to mind is maybe representing every room as a string value. This way, you could store a JSON representation that could get updated, and your bookings would be a list in the JSON value.. something like this:
Then you could have a script program parsing them and doing whatever you need to do in EBO.
Hope this helps,
Armend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Hej Fredrik,
You are correct, EBO will not update(rediscover) your EWS server. This means that dynamic structures like the one you are describing can't be used.
I guess there are several ways of tackling this limitation, but the easiest that comes to mind is maybe representing every room as a string value. This way, you could store a JSON representation that could get updated, and your bookings would be a list in the JSON value.. something like this:
Then you could have a script program parsing them and doing whatever you need to do in EBO.
Hope this helps,
Armend

