Hi All,I'm looking to implement GetConferencesForSystems (TMSBooking Service) in such a way that I can get the conference participants with the conferences.Currently when I pass in say 3 system IDs I can get the conferences they belong to, but then I...
Using TMS 15.0.0with the the API version of 15 (Cisco TMS version 14.6) when calling getConferenceById for a weekly recurring conference the day of week is null. Anyone else running into this issue or suggested workarounds?Also is there a new API d...
Hi All,What's the proper way to invoke the SaveConferenceRecInstance using the 14.1.1 API? TMSBooking.BookingService service = new TMSBooking.BookingService(); service.Credentials = new NetworkCredential(username, pw, domain); service.ExternalAPI...
Hi All,I'm having an issue with the API.I booked a weekly recurring conference that occurs are monday, wednesday and friday that goes from 10:00 PM to 10:30 PM. (# of recurrences = 5 and Recur every 3 week).When I call the GetConferenceByID the Conf...
I have written a windows forms application deployed on a few computers which leverages the API directly. I'm getting the following error when trying to book a new conference: "No more API licenses available as an error (using: 3). For information ...
Looking at the logs:System.ArgumentNullException: String reference not set to an instance of a String.Parameter name: s at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style) at System.DateTime....
For anyone else coming across this:After thinking about this a little more and going back and reading the API docs the issue was indeed the timezone.The API saves the daysofweek in UTC format, so those also need to be converted to the local timezone ...
I was able to get in touch with some people at Cisco. They said the API runs on a per socket connection. Each API Integration License will grant the ability for one socket to be opened to the API, though they give you 2 just in case one doesn't clo...
Yes, we actually have 3 Cisco TMS Application Integration Licenses under the option keys (The full description is "Cisco TMS Application Integration License (1 servers)" ).My question is how does the API know it's a server versus a regular user? I'm...