See Attached Sample App (The required/referenced DLLs where too large so they are in the second attachment)
Replace the EWS Endpoint with one that is associated with a valid account.
Login
The following lines of code execute without error. Running Fiddler DOES show traffic Successfully retrieving information from the EWS Endpoint, but the XamOutlookCalendarView never updates and does show any information or any indication of success, it looks like nothing has happened even though through Fiddler the web traffic can be verified.
ewsCredsExchangeConnector.Users = userList;
ewsCredsExchangeConnector.UseDefaultCredentials = false;
ewsCredsExchangeConnector.ServerConnectionSettings = new ExchangeServerConnectionSettings();
ewsCredsExchangeConnector.ServerConnectionSettings.RequestedServerVersion = exchangeVersion;
ewsCredsExchangeConnector.ServerConnectionSettings.Url = ews.Url;
ewsCredsExchangeConnector.Connect();
Hello Jesse,
I have been further investigating this matter for you and have created a small sample application in order to test the functionality you have reported. In the sample application I have a XamSchedule and XamOutlookCalendarView. I have connected the ExchangeScheduleDataConnector to a local server and the control gets updated.
I am attaching the sample for your reference. Please note that the local server, that I have used is not included in the sample and you have to include the one you are using.
Also I have test the sample application with the latest version of our controls - 15.1 and was not able to reproduce the issue.
Please do not hesitate to let me know if you have any further questions on this matter.
Sounds good, thanks for the follow up and work on this issue.
Thank you for the provided information. I am currently researching this issue and I will need some more time to finish my research. I will get to you with my findings soon.
I wanted to highlight that when we run Fiddler and follow the steps listed in this thread we DO SEE traffic going out to Exchange and Successfully retrieving data, but the XamOutlookCalendarView does not update or indicate any status or change, it remains blank just as it does when it first loads.
Thanks again
I have attached the DLLs as a .zip, as far as the EWS credentials, I assume/hope that you or someone you work with on support issues uses Outlook and can find their Exchange Endpoint to login and prove out my reported issue. This is not specific to a particular user or Exchange Server, we have seen the Infragistics Calendar Show Blank when connected to a few different accounts & Exchange Servers.