gcalfilter
Version:
This filters the private ICS feed from Google Calendar based on extendedProperties
13 lines (12 loc) • 524 B
JSON
{"name": "gcalfilter",
"version": "0.0.1",
"main": "gcalfilter.js"
,"description": "This filters the private ICS feed from Google Calendar based on extendedProperties"
, "keywords": ["vcal", "ics", "calendar", "ical", "gcal", "google"]
, "homepage": "https://github.com/jsjohnst/node-gcalfilter"
, "author": "Jeremy Johnstone <npm-node-vcal@jeremyjohnstone.com> (jeremyjohnstone.com)"
, "repository": {"type" : "git", "url" : "git://github.com/jsjohnst/node-gcalfilter.git"}
, "dependencies": {
"request": ""
}
}