o Custom Google API Module
+ simplified chapel.org event feed
# This feed was required to simplify the xml that I eventually fed into the XMLGrab plugin.
# I run through each calendar on an account and for each calendar I query for the next 100 events outputting these events as xml
# Here's the xml single entry output of what I build
#
# id is the unique identifier found at the end of the event id text that comes from Google
# title is title text plus the month day, year. This makes it easier to find from the ee admin
# urlTitle is a scrubbed version of title plus id combinded
# displayTitle is event title text
# published is a formatted version of the xml build date
# calendar is the unique calendar identifier found in the 5th position of the event id text
# startTimestamp is the strtotimestamp conversion of the event when starttime
# endTimestamp is the strtotimestamp conversion of the event when endtime
* description is the notes left on the event found with event content text
* I allow for urls to be defined in the description as [url title | url] which are then converted here as url title
# location is minus any custom category defined inside the entry
# campus comes from the name of calendar
# ministry comes from the name of calendar
# categories is found as a prefix in the location field
+ account management in the ee admin
# You can setup google login accounts and give alias' for each
# allows for use of alias in the module tag used inside templates