From f3431a002bb3d85bb54557f0e04ca06f217a88da Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 5 Jul 2021 04:21:24 +0530 Subject: Allowed the user to edit the service url for gCalendar (fixes #1514) --- all.json | 2 +- recipes/googlecalendar/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/all.json b/all.json index 3489a43..ddc9bfd 100644 --- a/all.json +++ b/all.json @@ -554,7 +554,7 @@ "featured": false, "id": "googlecalendar", "name": "Google Calendar", - "version": "1.0.4", + "version": "1.0.5", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.svg" 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 @@ { "id": "googlecalendar", "name": "Google Calendar", - "version": "1.0.4", + "version": "1.0.5", "description": "Google Calendar", "main": "index.js", "author": "Rico Herwig ", "license": "MIT", "config": { "serviceURL": "https://calendar.google.com/calendar", + "hasCustomUrl": true, "hasNotificationSound": true, "hasDirectMessages": true, "openDevTools": true -- cgit v1.2.3-54-g00ecf