-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testers wanted: Teams chats, Outlook shared mailboxes #69
Comments
This is now live in 2.3.0 but bug reports still welcome. |
See #39, you have to create an app registration with the Mail.ReadWrite.Shared permission. Or rather, your admin will probably have to create this app registration, since most orgs restrict the ability to do this. |
Add the app ID to your |
Hi @hongooi73 I use the following snippet: This gives the following error Can you help with that? Thank you. |
Microsoft365R has been updated with the following features:
get_business_outlook()
(Shared Inbox Access? #39). To access a shared mailbox, supply one of the argumentsshared_mbox_id
,shared_mbox_name
orshared_mbox_email
specifying the ID, displayname or email address of the mailbox respectively.list_chats()
function to list the chats you're participating in, and theget_chat()
function to retrieve a specific chat.ms_chat
, which has similar methods to a channel: you can send, list and retrieve messages, and list and retrieve members/attendees. One difference is that chats don't have an associated file folder, unlike channels.However, at the moment I don't have access to a suitable tenant for testing these. This is a request for anyone whose tenant has approved the Microsoft365R app registration to install the development version and try using these features.
If you have previously used OneDrive, Teams and Outlook, everything should still work the same as before.
If you previously tried to use Sharepoint and got an authentication error, you should see a screen requesting you to grant Microsoft365R permission to access your Sharepoint site. You may or may not need an admin to approve the request, depending on your tenant's policies.
The text was updated successfully, but these errors were encountered: