All Questions
Tagged with microsoft-graph-api python
401 questions
0
votes
2
answers
35
views
How to add multiple owners to a group with msgraph?
I'm searching a way to add multiple owners to a group inside Azure Entra ID. I'm using the msgraph API with Python.
The documentation available here show how to add one owner, but I want to add ...
1
vote
1
answer
45
views
MS Graph - List events (read) - Recurring events
I would like to ask you for an help related to the reading my callendar events from MS Exchange by MS Graph API.
Issue: My code do not "download" the recurring Events from calendar, all ...
0
votes
1
answer
55
views
Troubleshoot python function
I need to look through all apps in the graph API and return the app ID for the app where the app display name contains the "PROJECT NAME" that I am passing when I am calling the function. ...
-1
votes
1
answer
55
views
Outlook Python Azure/MSgraph API get access token error possible admin problem using work account login for link
Hello i am following a tutorial on outlook python api automation and which the original code works using authority='https://login.microsoftonline.com/consumers/' but our situation is my mom is the ...
1
vote
2
answers
105
views
S/MIME Email Sent via Python and Microsoft Graph Works in Gmail but Not in Outlook
I was trying to send an S/MIME email created in Python using Microsoft Graph. The email was sent successfully, and both Gmail and the iOS Mail app on my iPhone recognized the sender as trusted with a ...
0
votes
1
answer
84
views
Microsoft Graph API Calendar Event is found but can't be deleted
I built a calendar syncer which works kinda fine.
Sometimes it has issues and just can't delete an event.
Note: All the events have been created with the API and the same credentials
The odd thing is, ...
0
votes
1
answer
91
views
How to format Graph API call to update Excel cell?
I want to update an Excel cell value (hosted in SharePoint) using the Microsoft Graph API. Documentation is here.
I have had success with other API calls (format updates, clearing cells) using a ...
0
votes
1
answer
101
views
How can I send an email from my system account (I've got name and password) from a cloudfoundry application
I've been fighting with OAuth and MSAL stuff all day today in python. I have a simple application, users fill my form, click submit and then I write their stuff to a database. I want to send them an ...
0
votes
1
answer
112
views
The navigation bind for the user was missing when creating Team using micorsoft graph api
Error: "The navigation bind for the user was missing in request" when creating a team using Microsoft Graph API
Body:
I am encountering an error while trying to create a team using the ...
0
votes
1
answer
98
views
Reading Excel file returns 'Invalid Request' error
My goal is to use Python to read and write to an Excel file in SharePoint that other users will accessing. I developed a solution to a problem on my local machine using Pandas to read and xlWings to ...
0
votes
1
answer
128
views
How to get site id of One Drive for Business with MS Graph API
I'm struggling to get site id for my one drive link with MS Graph API.
This is my one drive link - https://sharedspace-my.sharepoint.com/:f:/r/personal/naruto/Documents/Shared%20Folders/hinata?csf=1&...
2
votes
1
answer
93
views
CalendarViewRequestBuilder - MSGraph - Python SDK - query parameter for start_date_time and end_date_time don't work
I've been playing around with the start_date_time and the end_date_time like this:
# Create GraphServiceClient
graph_client = GraphServiceClient(credential, scopes)
# Define date range for ...
0
votes
0
answers
28
views
How can I create an "Empty" sharepoint site page and add webparts later
I want to use the Graph API to create a page on a sharepoint site, and then later add some HTML webparts to it. I can get the example page here working in Python using the requests library exactly as ...
0
votes
1
answer
108
views
Reading the user emails using graph api and service principal
I am developing a usecase where I am developing a python program to read user emails from inbox and sentbox. Once the emails are extracted, I am to extract unique email ids from the extracted list of ...
0
votes
0
answers
47
views
How to fetch Sharepoint users' permissions for specific pages and folders
I'm working as a DE for a Data Science Department that's not a part of our IT Dept. We're making a product that needs to programatically map Sharepoint user access permissions (User A: [folder1, ...