aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-calendar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/google-calendar/package.json')
-rw-r--r--recipes/google-calendar/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/google-calendar/package.json b/recipes/google-calendar/package.json
new file mode 100644
index 0000000..79e94fe
--- /dev/null
+++ b/recipes/google-calendar/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "google-calendar",
3 "name": "Google Calendar",
4 "version": "2.4.0",
5 "license": "MIT",
6 "aliases": [
7 "google-calendar",
8 "gCalendar"
9 ],
10 "config": {
11 "serviceURL": "https://calendar.google.com/u/0/",
12 "hasCustomUrl": true,
13 "hasNotificationSound": true
14 }
15}