Microsoft365R icon indicating copy to clipboard operation
Microsoft365R copied to clipboard

R SDK for interacting with Microsoft 365 APIs

Results 52 Microsoft365R issues
Sort by recently updated
recently updated
newest added

My IT department has already granted permission to use Microsoft365R. As far as I can tell, all the fucntions within Microsoft365R work. Example of a function that works is: >...

I have got my company's IT team to set up a Shared Mailbox. I can use `get_business_outlook()`, and then the methods `create_email()` and `send`() successfully. Now, IT have created some...

From reading the [Microsoft Graph docs](https://docs.microsoft.com/en-us/graph/api/driveitem-put-content?view=graph-rest-1.0&tabs=javascript#http-request-to-replace-an-existing-item), it looks like it should be possible to overwrite a drive item with new file contents (i.e to call "upload" on a pre-existing file),...

Microsoft365R has been updated with the following features: - Add support for shared mailboxes to `get_business_outlook()` (#39). To access a shared mailbox, supply one of the arguments `shared_mbox_id`, `shared_mbox_name` or...

help wanted

[**[This information is also in the authentication vignette]**](https://cran.r-project.org/web/packages/Microsoft365R/vignettes/auth.html) Most orgs will require an admin to grant consent for third-party apps to access tenant data. The **recommended solution** is to let...

Apologies if this isn't the correct place to ask this question, or if it has been answered previously - I checked but did not see any question that's asked this...

Is there a way for list_items() to work recursively in directories? If not, this feature would be very handy to have. First, to make sure I'm not misunderstanding how to...

enhancement

Hi - i am trying to access a subsite inside a SharePoint library. after review, I found the below snippet from the OneDrive and SharePoint vignette. however, when I try...

bug

I'm trying to send an email through Outlook that is created using the [blastula](https://rstudio.github.io/blastula/) package. It's quite a complex email with 6 inline images. The mail renders and sends correctly...

bug

Hi, Can how add functionality to read csv/tsv files directly into memory? Similar to how boxr does it. Daniel

enhancement