Avoid/Clear UrlFetchApp cache when fetching a RSS feedin Google Script
I encounter a problem on Google Script.
The use of the script is to get RSS feed URLs to fetch from a Google Sheet and if new article(s) are detected (comparing the GUIDs from the fetch to a GUID array stored locally), post them in a Google Chat space.
Avoid/Clear cache used by UrlFetchApp when fetching a RSS feed
I encounter a problem on Google Script.
The use of the script is to get RSS feed URLs to fetch from a Google Sheet and if new article(s) are detected (comparing the GUIDs from the fetch to a GUID array stored locally), post them in a Google Chat space.