Michael Mainer
Michael Mainer
@zengin Yes, we should also have this as PR gate.
We shouldn't return just the deltatoken or skiptoken. You still have to then build the resource path. We should return deltalink and nextlink without the **host** + **endpoint** part of...
When you call `await _graphClient.Users[userId].Calendar.Request().UpdateAsync(updateCalendar);`, what are you seeing for the request and response? Are you able to make the update using Graph Explorer. A quick look at the docs...
You may get better answer coverage on StackOverflow for this question. I suggest that you x-post and add a link here.
Setting arbitrary properties key-value pairs is currently done when instantiating an object. We do need to be able to set arbitrary properties after instantiation. We should have a conversation about...
We plan on adding large file upload task to support scenarios like this. Did https://github.com/microsoftgraph/msgraph-sdk-php/wiki/Example-calls#upload-an-item help you? Have you tried the content in the documentation? I'm aware that we don't...
@bf-ckiendl, I'm one of the developers targeted by your many colorful words. Thank you for the feedback. I get your frustration. You pointed out many valid issues throughout your missive....
@bf-ckiendl good day to you too. We're all good. Yes, I was optimistic about EWS. Since 2003 you say, well then it could only be MAPI since WebDAV didn't last....
You mentioned earlier that you could submit the same request sent from the client via Graph Explorer and it just worked, even with odata.type set for each object. What happens...
> It would be sort of an ugly hack, but would it be acceptable for the SDK to abuse the exception's .Message's content as an indicator? This is a great...