Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.