Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexjamesbrown/e470e01ec9e38a1902783eaf6b7fc0d4 to your computer and use it in GitHub Desktop.
Save alexjamesbrown/e470e01ec9e38a1902783eaf6b7fc0d4 to your computer and use it in GitHub Desktop.
function ClearCache() {
UrlFetchApp.fetch("https://api.mattmarshevents.co.uk/events/cache", {method: "delete"});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment