msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Microsoft Graph Ruby client library for v1 APIs

Results 54 msgraph-sdk-ruby issues
Sort by recently updated
recently updated
newest added

**tl;dr** Don't use this client library. **Longer** We apologize for the situation. We currently do not have the resources available to maintain this library. Additionally, when we do have resources...

deprecated version

Hello everyone! In my app, I use this line to create a new calendar event: `@graph.service.post("me/calendars/#{my_calendar_id}/events", data.to_json)` which works most of the time. But sometimes, the error tracking app (I...

filter wont work when say for instance we want to search for "from:validemailaddr"

ToTriage

Solves #16 and #28. All tests are passing.

I am trying to call `to_json` on a message with the subject and body having emojis (🎡✈️). The following exception in thrown: ``` Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8 ```

The last update to ruby gems is [0.1.3 (June 13, **2017**)](https://rubygems.org/gems/microsoft_graph). It seems that there have been [bugs since then](https://github.com/microsoftgraph/msgraph-sdk-ruby/issues/29) and it would be great if I didn't have to...

Per the [Get Profile Photo docs](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/profilephoto_get), it appears that getting photo meta data is supported by the SDK: e.g. `graph.me.photo` => GET /me/photo But that getting the actual image is...

bug: product
tracked

Unless you use a local metadata file, you get the following error: Traceback (most recent call last): 10: from /usr/bin/irb:11:in `' 9: from (irb):4 8: from (irb):4:in `new' 7: from...