Questions tagged [o365rwsclient]
20 questions
1
vote
1 answer
For o365 is there any client side API available for File.ReleaseLock(File.LockId)
In SharePoint there is server side API available using SSOM and Power shell script , but can we do same using CSOM , JSOM OR REST API ?
Thanks,

Mohasinkhan Pathan
- 61
- 1
- 7
1
vote
0 answers
o365 api events won't allow atendees to edit the time/add more users
I'm using the office api to create outlook events. The resulting ones won't allow the atendees to edit the start/end time of the event or to add more people to the event (unlike outlook created events).
Is there a parameter that I'm missing to do…

Andrei
- 13
- 5
0
votes
1 answer
Mega-menu for Modern team site
I started a modern team site in SPO and added lots of pages and link to them in the quick link.
Now the users want Mega-Menu instead of the quick link.
I tried to copy the pages to a new communication sites that has mega-menu but there is a…

Ofer Gal
- 707
- 1
- 10
- 32
0
votes
1 answer
"Any" lambda operator for $filter parameter on MS Graph and REST People API Calls
I'm attempting to use the 'any' lambda operator to retrieve a list of Person objects based off of the relvanceScore or rank properties of the EmailAddresses and scoredEmailAddresses collections,…
0
votes
2 answers
How to get a specific string from a text file in PowerShell and assign it as a variable
I am currently running the PowerShell script below to capture errors:
# Declare Variables
$Information = Import-Csv "c:\scripts\GUIDIssue\UPNList.csv"
# Connect to O365 Tenant
Connect-MsolService
foreach ($Info in $Information) {
(Get-MsolUser…

Chic2018
- 13
- 2
- 6
0
votes
1 answer
How to get users that sync type is cloud and get their license information in o365 - Powershell
The code below shows the users with licenses but I need to know what their sync type is as well and I am unsure how to get that information
# Connect to o365 tenant
Connect-MsolService
# Get all users in o365 and get license…

Chic2018
- 13
- 2
- 6
0
votes
1 answer
Why am I getting "Resource not found" when querying reporting web service O365 API for Message Tracing?
I'm looking to programmatically access Message Traces using the Reporting Web Service API that O365 provides.
More specifically, I'd like to use this API route to access that information since I have not seen any other API/API Route that supports…

Stefan Aleksić
- 313
- 2
- 12
0
votes
1 answer
EWS SendAndSaveCopy() doesn't work with attachment in shared inbox
I'm using Email.SendAndSaveCopy() with a shared inbox in O365 and when the email I am sending contains an attachment it does not save a copy of that email. However, it does save emails that do not contain attachments.
I tested this with my personal…

Michael Bowen
- 75
- 1
- 10
0
votes
1 answer
SharePoint online (O365):How to get a parent item URL?
Having the following URL
https://test.sharepoint.com/shared%20documents/MyFolder1/myImg1.jpeg
I need to send a request for parent URL of this item (in this specific case image) and to get a…

Natalie Polishuk
- 183
- 1
- 12
0
votes
1 answer
Yammer pic not updated even after 24 hours. How to update the pic using rest API
I have tried uploading the profile picture through yammer API. But it is not updated even after 2 days. When I checked through rest API, the attribute for picture is…

Deepika
- 290
- 1
- 5
- 17
0
votes
1 answer
Can a user subscribe for push notification for multiple users, using delegation?
On Exchange/O365,can a single user subscribe for push notifications (using EWS) from a multiple users ? I know this is possible using impersonation but would like to know if we can achieve this using delegation. If yes , what would the request…

Twaha Mehmood
- 737
- 3
- 9
- 26
0
votes
1 answer
How to Subscribe skype for business user presence/status using UCWA in UWP app
I am having a requirement on just want to show/display the Skype for business user presence(Busy, Available, Off Work etc) in UWP app.
I am able to display the user presence using UCWA rest APIs but want to subscribe the event which will tell me…

narendramacha
- 550
- 6
- 24
0
votes
1 answer
How to get list of User Login information from MS-Graph API
I need to call ms-graph to get a list of users logins in the last 24 hours and the ip address of the client from which they logged in from. Is that possible?
Thanks
Al

Al A
- 13
- 5
0
votes
1 answer
How to provision skype for business account to OIM user?
The integration between OIM and Microsoft Exchange is in place. Now we want to provision lync or skype for business to this user. What are the possible ways to do it? Also is it necessary to have O365 email id for every user whom we want to grant…

Chaitanya K
- 1,827
- 4
- 32
- 67
0
votes
1 answer
How could I fetch multiple o365 mail details for mail ids using EWS managed API in c#
I need to fetch multiple o365 mail details for different mail ids using EWS managed API in c#. Suppose I have o365 mail ids like 1,2,3...
When I will pass these mail ids and call EWS managed API then the details for mail ids should populated. I have…

Gopal Biswas
- 409
- 1
- 7
- 34