Andrew Omondi
Andrew Omondi
> @MIchaelMainer If I understand the docs correctly, this is now what I should do? > > ``` > public async Task DeleteCalendarEvents(SettingsBase oSettings) > { > try > {...
No worries @ajtruckle. As you originally created the issue a while back, any objections to closing the issue for now?
Thanks for raising this @Nkmol Any chance you can try building a client in a different language and confirm if it builds a client that compiles? This could be related...
> I believe we can conclude this is something specific to the Go writer? Taking a look at the examples, I would expect only one model generated for these scenarios,...
Thanks for confirming this on the Graph Explorer @NetherGranite You could always create a feature request for the API owners at the link below so that support for this scenario...
Thanks for raising this @idiotsky This is because of the backingStore which allows the setting and sending of null values in the request made to the API. If you do...
Any chance the code below works out? This way you do not need to have if statements and can set only when needed instead of setting null properties. ```cs public...
Thanks for raising this @LiamWarnes The fetching of the token is really handled by the `Azure.Identity` library which essentially a wrapper for MSAL.NET. As long as the same instance of...
@baywet In V4, the API simply used [`MultipartFormDataContent`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.multipartformdatacontent?view=net-7.0) which is a derived instance of HttpContent. This would simply be set to the HttpRequestMessage instance by passing it as a parameter....
Closing this one for now. If the content type is specified explicitly in a `RequestInformation` instance in its header collection, the Kiota abstractions will not override the header