aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 04:21:24 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-05 04:23:31 +0530
commitf3431a002bb3d85bb54557f0e04ca06f217a88da (patch)
treee85a276e5a331298a45cdceca321c30cea5a4d4b /recipes
parentFixing group unread count in telegram recipe. (diff)
downloadferdium-recipes-f3431a002bb3d85bb54557f0e04ca06f217a88da.tar.gz
ferdium-recipes-f3431a002bb3d85bb54557f0e04ca06f217a88da.tar.zst
ferdium-recipes-f3431a002bb3d85bb54557f0e04ca06f217a88da.zip
Allowed the user to edit the service url for gCalendar (fixes #1514)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/googlecalendar/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index 29d4724..abe44f9 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.4", 4 "version": "1.0.5",
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 "hasCustomUrl": true,
11 "hasNotificationSound": true, 12 "hasNotificationSound": true,
12 "hasDirectMessages": true, 13 "hasDirectMessages": true,
13 "openDevTools": true 14 "openDevTools": true