aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-15 18:44:23 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-15 19:33:09 +0530
commita883fea52ef009f3ad938a3ec6a7b0e944de400d (patch)
tree0c1a96c028d156175f6342ca6e0f9e6d5a031386 /recipes/googlecalendar
parentFixing issue with non-sso login for all google services not working due to in... (diff)
downloadferdium-recipes-a883fea52ef009f3ad938a3ec6a7b0e944de400d.tar.gz
ferdium-recipes-a883fea52ef009f3ad938a3ec6a7b0e944de400d.tar.zst
ferdium-recipes-a883fea52ef009f3ad938a3ec6a7b0e944de400d.zip
Housekeeping: These recipes had been updated for bug fixes since Apr 2020, but their versions had not been bumped up.
Diffstat (limited to 'recipes/googlecalendar')
-rw-r--r--recipes/googlecalendar/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index 95d4e1c..29d4724 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,15 +1,15 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://calendar.google.com/calendar", 10 "serviceURL": "https://calendar.google.com/calendar",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasDirectMessages": true, 12 "hasDirectMessages": true,
13 "openDevTools": true 13 "openDevTools": true
14 }
15 } 14 }
15}