Martin Machacek

Results 159 comments of Martin Machacek

Is blocked by: https://github.com/microsoft/kiota/issues/2319

> Is this project open enough to start assigning the clear range as a contribution? I'd really like to see these missing functions as it all worked in v1 but...

@vpetit-reimagine The Graph API docs for workbook API is totally different story. Owners of workbook API responsible for keeping the doc up-to-date are not active at all, so the doc...

When creating request information you can specify the value for `includeHiddenMessages` in request configuration var requestInfo = _client.Me.Messages.ToGetRequestInformation(requestConfiguration => { requestConfiguration.QueryParameters.IncludeHiddenMessages = "true"; }); Similar when creating request var result...

@andrueastman I mean that similar query parameter `includeHiddenFolders` is well [documented](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders?view=graph-rest-1.0&tabs=http#optional-query-parameters) but there is no documentation for `includeHiddenMessages`. Not sure what hidden messages can be.

Hi @tejasonweb, maybe if you can explain me how includeHiddenMessages works? Cannot find any info what hidden messages are and how to hide some message (through Graph API or in...

Working with workbook is still not supported in v5. This is another issue.

@andrueastman Is there any ETA when SDK v5 will support workbook endpoints?

It seems to me that the query itself doesn't work, but I didn't find where to report a bug in the Graph API. ``` POST https://graph.microsoft.com/v1.0/me/messages/{calendar_sharing_message_id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept { "error": { "code":...

@andrueastman I know it's off-topic, but is there any chance that the issue will be fixed? To be honest, I'm not sure where should I report this kind of issue....