aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-12 14:10:48 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-12 19:40:48 +0530
commitb2164aa7c0aaf42afda09c00254d99a67b888fdd (patch)
treee0faae791ed51c9233af94680a3d1c4694834970 /recipes/googlecalendar
parentEnabled darkmode for (diff)
downloadferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.tar.gz
ferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.tar.zst
ferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.zip
Recipes now have aliases!!!! (#607)
fixes getferdi/ferdi#1614, getferdi/ferdi#1615, getferdi/ferdi#1291
Diffstat (limited to 'recipes/googlecalendar')
-rw-r--r--recipes/googlecalendar/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index b9a5b4a..6d097bb 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,8 +1,12 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "2.1.0", 4 "version": "2.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "google-calendar",
8 "gCalendar"
9 ],
6 "config": { 10 "config": {
7 "serviceURL": "https://calendar.google.com/calendar", 11 "serviceURL": "https://calendar.google.com/calendar",
8 "hasCustomUrl": true, 12 "hasCustomUrl": true,