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