Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinonavraham/googleappsscripts
A collection of scripts for Google Apps Scripts
https://github.com/yinonavraham/googleappsscripts
cache-service gmail-search google-apps-script xml-rpc
Last synced: 2 months ago
JSON representation
A collection of scripts for Google Apps Scripts
- Host: GitHub
- URL: https://github.com/yinonavraham/googleappsscripts
- Owner: yinonavraham
- License: mit
- Created: 2014-10-16T19:20:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T01:16:56.000Z (about 3 years ago)
- Last Synced: 2023-08-20T01:55:36.800Z (over 1 year ago)
- Topics: cache-service, gmail-search, google-apps-script, xml-rpc
- Language: JavaScript
- Size: 252 KB
- Stars: 51
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoogleAppsScripts
=================A collection of scripts for Google Apps Scripts
1. [`EnhancedCacheService`](https://github.com/yinonavraham/GoogleAppsScripts/tree/master/EnhancedCacheService) - a cache service which adds additional features to GAS's native cache (i.e. `CacheService`).
2. [`XmlRpcMessageService`](https://github.com/yinonavraham/GoogleAppsScripts/tree/master/XmlRpcMessageService) - a service for converting XMLs in the XML-RPC format to and from javascript objects to ease their use. Also provides a method for posting method calls and parsing the response.
3. [`GmailSearchBuilder`](https://github.com/yinonavraham/GoogleAppsScripts/tree/master/GmailSearchBuilder) - a builder service for Gmail search queries.