python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

A simple python library to interact with Microsoft Graph and Office 365 API

Results 213 python-o365 issues
Sort by recently updated
recently updated
newest added

Greetings, I am creating a meeting in a shared Calendar. When I created the meeting, the default organizer was the the mail address of the shared Calendar. I have read...

Hi, my mailbot works perfectly locally, but we want that application in order to run in Kubernetes. So when we run the script: if not account.is_authenticated: account.authenticate() It want to...

Hi, I there any option to give auto consent for app? When I run my mailbot locally it works fine, but if I deploy it to K8s, then it want...

Hello! I'm trying to write a condition that will generate a log when the mailbox is empty. So far I've tried : ``` account.authenticate() logger.info('Connection to service mailbox was successfull')...

I am after some help if possible, please. I am trying to get a solution for a web application to interact with Office 365, essentially the use case is the...

I am using the library to fetch some attachments from the mail , I wanted my user to only provide the client_id and client_secretKey on the UI and redirect him/her...

If I understood correctly, I can attach a binary (in my case of a PDF) to a message as follows: `message.attachments.add(attachments=[(bytes, fileName)])` However, I get the following error when trying...

Hello, I have been trying to change the display name of the `from` field when sending emails. This parameter does not seem to be honored when requesting the emails end...

Greetings! I am trying to retrieve email using the code attached, but I get the following stack error. If I take out the "None" part of the version (v1.0) the...

This is not a issue, but a solution/discussion. I had to switch off basic auth to Outlook365' SMTP, because Microsoft turned off it at all. I use smtplib for sending...