David Sterling

Results 24 comments of David Sterling

For bug fix level stuff, not that I am aware of. For larger scale stuff, there will typically be blog posts or other public announcements.

When you say "ewsAttachment -> is our own model which contains the attachment in Base64.", how are you getting this base64? And you say that this is happens when you...

Thanks for the info. I'll see if I can repro on my side and if so open a bug to fix it.

With a service account, you are not interested in the service account's mailbox (which it likely has none), but rather the target mailbox. The first error is saying that the...

That is interesting. I am curious though - what are you trying to accomplish here? It seems like you are trying to do some dateTime based paging or something. There...

Just curious - are the events that die occurrences of a recurring meeting? And if so, are they exceptions or normal instances?

Yeah, that is unexpected. I assume that your call to LoadPropertiesForItems includes the start/end time. It would be interesting to see the request/response for that call when you request start...

There was a regression that has been fixed and back ported. It is currently rolling out and so your issue should be resolved in the next few days. Sorry for...

I am not sure of your full scenario, but you may want to consider using a CalendarView instead of GetUserAvailability. https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-get-appointments-and-meetings-by-using-ews-in-exchange

You can call FindRooms to get a list of the rooms and then call FindItem with a CalendarView to fetch the details of each meeting on the rooms' calendar. Note...