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

Hello, I'd like to be able to create/update a SharePoint page/pages with output from rmarkdown however it seems that the only way to modify page content for a sharepoint page...

enhancement

Don't know where else to ask this question. Scenario: - R scripts shared by four people. - Various reports with Teams deliveries, Outlook deliveries - Outlook deliveries now use shared...

Is it possible to include functionality for retrieving a file's SharePoint URL based on the file name? For example, $list_files() will give me the names in a folder; I could...

Have you considered adding the nice pagedown [website](https://mstackhouse.github.io/Microsoft365R) to the Github main page/CRAN package page?

@hongooi73 ; is it possible to use one account for OneDrive and another account for Outlook acces within the same code? I currently have: ``` onedrive

I am trying to authenticate as I am using this Package on my company's Rstudio Workbench. When I refer inst/app_registration.md, I am not understanding which tenant they need to provide...

I am not sure if there is an option to track email read/delivery acknowledgment receipts when sending automatic emails. I know Outlook has a read/delivery receipt option, but it may...

Currently ``` channel$delete_message(my_message_id) ``` gives me: ``` Warning: Error in : Deleting Teams messages is not currently supported ``` Since the method exists, maybe there are already plans to implement...

enhancement

Here I am again. We would like to access OneNote contents (list pages and page groups in notebooks) to analyze how are people using a shared OneNote notebook. I will...

enhancement

Is it possible to create and manage contacts in Microsoft365R? It didn't seem possible from the help documentation, but I'm also still new to this package, so maybe I overlooked...

enhancement