Alexander Oxorn
Alexander Oxorn
When I follow the instruction to create a new list from the readme, it is unable to save. Here is the console's output ``` [83] pry(main)> list = Sharepoint::List.new site,...
Fixes https://github.com/microsoftgraph/msgraph-sdk-ruby/issues/46 This PR is to fix 2 Issues Issue 1 ----------------------------------------------------- For the first issue, say I run the following code ``` event = graph.me.events.find(outlook_id) event.start.date_time = DateTime.now.iso8601 event.save!...
``` puts RKelly.parse('return { a: 5, b: {c: 4, d: { e: a } } }').to_ecma return { a: 5, b: { c: 4, d: { e: a } }...