jp-Telus
Results
1
issues of
jp-Telus
object return instead of array when call getMeetingTimeSuggestions under MeetingTimeSuggestionResult
2
I called the FindMeetingTime API ( /me/findMeetingTimes ) and got the list of suggestion result returned, Here is the code: $findMeetingEventsUrl = '/me/findMeetingTimes'; $results = $graph->createRequest('POST', $findMeetingEventsUrl) ->addHeaders(['Prefer'=> 'outlook.timezone="Pacific Standard...
bug