aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-20 14:58:55 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-20 15:17:13 +0530
commit5ddcd036f964ce75f93c3fdc1a657feeb43103c8 (patch)
tree8f39e1bf5588930e508d7eacc691ffb82ee88cb6 /recipes/googlecalendar/package.json
parentfeat: add several recipes (#293) (diff)
downloadferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.gz
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.zst
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.zip
Update serviceUrls for all google services to return to the current user's page if the session is active
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 }