Caitlin Russell

Results 11 comments of Caitlin Russell

Yes, we need to add support for all query options exposed through Graph. In the meantime, you can add a [custom option](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/overview.md#custom-query-options) in your request.

Thanks for the clarification 1830184

We will look into generating this for the next release of the library 2123546

Currently, there are bugs that prevent the beta file from working correctly. If you want to try it out, you can set `cached_metadata_file` to https://graph.microsoft.com/beta/$metadata

Currently, there are a few major issues that prevent us from adopting the latest API updates in Graph. If you would like to take advantage of the SharePoint APIs, I...

Thanks for reporting this. It looks like this is a bug in the library.

The only workaround I can think of at the moment is to do another GET on events with a filter for the one you added

Unfortunately, we are low on resources right now so it could be quite a while.

I'm not sure I understand part 1. There is no Graph v2.0. For part 2, you can PATCH the existing event: [https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/event_update](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/event_update)

You are correct. The library is lagging behind the API. This functionality is not currently in the metadata we provide. As a workaround, you can modify the file [metadata.xml](https://github.com/microsoftgraph/msgraph-sdk-ruby/blob/master/data/metadata_v1.0.xml) and...