Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 735 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 735 Bytes

GoogleAppsScripts

A collection of scripts for Google Apps Scripts

  1. EnhancedCacheService - a cache service which adds additional features to GAS's native cache (i.e. CacheService).
  2. 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 - a builder service for Gmail search queries.