community
4 Topics12002 - WINHTTP_CALLBACK_STATUS_REQUEST_ERROR
Getting the below error WINHTTP_CALLBACK_STATUS_REQUEST_ERROR while calling the microsoft graph api with call record Id to fetch callrecords sessions. do { IList<Microsoft.Graph.QueryOption> queryOption = new List<Microsoft.Graph.QueryOption>(); if (nextPageRequest != null) { queryOption = nextPageRequest.QueryOptions; } var callRecordSession = AsyncHelpers.RunSync<ICallRecordSessionsCollectionPage>(() => graphServiceClient.Communications.CallRecords[Convert.ToString(callRecordId)].Sessions.Request(queryOption).GetAsync()); nextPageRequest = callRecordSession.NextPageRequest; foreach (var session in callRecordSession) { sessionList.Add(session); } } while (nextPageRequest != null); its working for many callrecordid and throwing the above error for some callrecordId I am using a microsoft graph sdk of 4.32 Can some one help me?989Views0likes0CommentsCreate hold endpoint not available in Graph v1.0 API for eDiscovery
We are working on an integration between our application and M365 and the documentation as well as the beta API had endpoints for Graph eDiscovery beta API for automatically creating legal holds in M365. However looking at the SDK version V1.0 we don't see that capability. Can someone help with this or is anyone else facing the same issue? Any help will be appreciated.745Views0likes1Commentcreate a calendar event for a whole team ( participants) using the graph api
Hi Is it possible to create a calendar event for a whole team using the graph api? Right now, the calendar is coming only in the logged in/organizer account through which the event/meeting is being created But, I want to have this feature for every users/attendees/participants in their calendars. If it is not possible, then, can a separate meeting invite be sent to every users in the attendees list to accept the event/meeting so that they can be notified about the event which has been created and which they need to attend.679Views0likes3CommentsWhy does all users don't see Blog option under Delve Profile ?
In our organisation one of our entities have raised question stating all the users are not able to see the Blog option under the Delve profile in office 365. I know the to get it enabled I can go to either of the below URL's and users personal profile site collection will get created under "/portals/hub/personal/username" https://contoso.sharepoint.com/portals/hub/_layouts/15/pointpublishing.aspx https://tennantname.sharepoint.com/portals/hub/AppPages/PointPublishing.aspx But question is why it shows Blog option for some users and why not for some users ?1.5KViews0likes2Comments