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