Today I bring something easy to implement: how to turn a list or library into a RSS Feed.
If you want to convert a list to an RSS Feed, you have to do the following:
Go to Settings for the List, Library or other content. The URL will look something like this:
http://appweb/_layouts/15/listedit.aspx?List=%7B16DA5ED5%2D4C61%2D4200%2D9D3F%2D033991FD3E26%7D
Change the text that reads “listedit” to “listfeed” instead. The URL will look something like this:
http://appweb/_layouts/15/listfeed.aspx?List=%7B16DA5ED5%2D4C61%2D4200%2D9D3F%2D033991FD3E26%7D
That’s the URL for your RSS feed! You can use it like any other RSS feed.
That’s all folks!