Graph APIs subscribe to an RSS feed within Outlook

Michael Schout 21 Reputation points
2021-10-11T16:19:08.763+00:00

Hi,

Is there any way I could automate RSS feed subscription within Outlook using the Graph APIs?
Like after a user decide to install our app and give proper permissions to access outlook, we would like to import certain rss feeds automatically for them into their rss feed folder on outlook. Is it possible?

So far I haven't made much of a progress, I just discovered that RSS feeds it's just a folder like others in Outlook, but it doesn't have a well-known name to be used on the Graph API(https://learn.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0) but I can still find it when querying folders via "GET /me/mailFolders" or "GET /users/{id | userPrincipalName}/mailFolders"

Thanks in advance for any help or hint

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Danstan Onyango 3,906 Reputation points Microsoft Employee
    2021-10-13T09:35:36.52+00:00

    You are right, RSS feeds are placed in a normal mail folder, RSS Feeds in my case which you can manage through Graph API.

    As for the RSS connections, Graph API currently (AFAIK) does not support creating or managing them. I suggest you create an feature request for it on the Microsoft 365 Developer Platform so that it may be implemented in the future.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.