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

list endpoints return empty

Open mattduggan opened this issue 6 years ago • 1 comments

If I list calendars or mail_folders, I always get an empty result:

> graph.me.calendars
=> []
> graph.me.mail_folders
=> []

However, get calendar and finding a folder returns a result:

graph.me.calendar
=> {"id":"<CALENDAR_ID>","name":"Calendar","color":"auto","change_key":"<CHANGE_KEY>"}
graph.me.mail_folders.find('inbox')
=> {"id":"<FOLDER_ID>","display_name":"Inbox","parent_folder_id":"<PARENT_FOLDER_ID>","child_folder_count":0,"unread_item_count":0,"total_item_count":0}

mattduggan avatar Feb 12 '20 20:02 mattduggan

Can you capture a network trace for this using Fiddler or Charles.

peombwa avatar Feb 13 '20 21:02 peombwa

Thanks for reporting this issue. That version of the SDK has been deprecated a number of years ago. We're now starting the work on a new generation of this SDK and you can learn all about it on the updated readme page.

baywet avatar Jan 10 '23 19:01 baywet