Skip to content

Instantly share code, notes, and snippets.

@gartisk
Created May 24, 2016 19:02
Show Gist options
  • Save gartisk/78307cea9a9c545b6d0bebde0e9450f9 to your computer and use it in GitHub Desktop.
Save gartisk/78307cea9a9c545b6d0bebde0e9450f9 to your computer and use it in GitHub Desktop.
function getDocumentProperties(){
return PropertiesService.getDocumentProperties() ? PropertiesService.getDocumentProperties() : PropertiesService.getUserProperties();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment