1,515 questions
0
votes
1
answer
75
views
Re-importing deleted calendar event
My application uses the Microsoft Graph API to do some calendar events management. My app authenticates as the user and so acts on the user's own calendar only.
The feature I am working on requires ...
0
votes
0
answers
31
views
I am looking to create an automated export from our MIS - LabelTraxx
We use an MIS called LabelTraxx. Our company manufacturers labels and has 5 production lines. The operator for each production line will key in the details of their job, as well as their production ...
0
votes
1
answer
124
views
eDiscovery logs are part of DLP logs in Office 365 Management API?
On Office 365 management API documentation eDiscovery Schema is listed underDLP Schema but I cannot see eDiscovery audit logs if I fetch the DLP API.
Is there any separate endpoint to get these audit ...
0
votes
1
answer
224
views
GET document library metadata with Python (other languages welcome too)
I'm working on a back-up system where, at some frequency, the metadata columns in a document library in my SharePoint is backed up into an Azure SQL Database. I have registered an app in Azure with ...
1
vote
0
answers
69
views
How to get Sharepoint and ms365 groups of a sharepoint file
I am trying to get all groups that have access to a given sharepoint file. I need the sharepoint groups + the ms365 groups that have at least read access but I only get the sharepoint groups.
I use ...
0
votes
1
answer
614
views
How to use "Modern auth" with MSAL.NET and personal Microsoft accounts
We're migrating our desktop software from using SMTP auth for email, to using modern auth.
The application requests IMAP and SMTP permissions for an integrated email client.
We already have ...
0
votes
0
answers
127
views
ErrorInvalidIdMalformed when Updating Microsoft Teams Meeting via Microsoft Graph API
I'm experiencing an issue while updating a Microsoft Teams meeting using the Microsoft Graph API. I receive the following error:
Microsoft.Graph.ServiceException: 'Code: ErrorInvalidIdMalformed ...
3
votes
0
answers
178
views
SharePoint REST V1 API is failing with unauthorized access, however MS Graph SharePoint api is working fine for the same user
We're currently utilizing the SharePoint List V1 API(For an MS Team site) to create new lists with hidden columns, as this functionality does not work as expected with the Microsoft Graph SharePoint ...
0
votes
1
answer
411
views
Get list of files in personal sharepoint with python
I want to get the list of all files in my personal oneDrive/sharepoint within my company via python. However, I only get an empty list as a return without any errors.
My code looks as follows (taken ...
0
votes
1
answer
141
views
401 Error when using EWS after period of time
I'm having an issue with 401 errors appearing after a certain amount of time (I believe due to the Token Expiry) in my application. The code I have for the Exchange connection is:
Connect is called ...
1
vote
1
answer
108
views
copyFrom on rangeAreas objects throwing an invalid argument error - Javascript Excel
Using the Excel Javascript API, I'd like to copy values and formatting from one rangeAreas object to another with equal dimensions. According to the docs, copyFrom should work the same with rangeAreas ...
1
vote
0
answers
91
views
Word JS: get a Range object based on start and end indices
Background
I'm writing an add-on to help visually highlight certain text in court opinions, legal memos, and law review articles. As an example:
The question is whether section 404(c) of the FSA bars ...
1
vote
0
answers
180
views
PowerShell cmdlet Get-Team -NumberOfThreads
My question concerns the management of teams in MS Teams:
I want to use Get-Team in PowerShell to retrieve all teams in my environment.
Can someone explain to me what the -NumberOfThreads attribute ...
1
vote
0
answers
86
views
How to get email received date using Office365-REST-Python-Client
Using this library I have been able to get the subject, sender, body, and attachments of all emails in an inbox but I cannot figure out how to get the received dates /sent dates of an email.
messages =...
0
votes
1
answer
369
views
Getting 400 when trying to download sharepoint file using python and 365 clinet
I am trying to download sharepoint file using office 365 python clinet and user credentials. But I am getting following error when trying download. But I am able to list down the files without any ...