aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
blob: 918f4607d01f9f0157bbf1e75346f73a1b4ff5b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "googlecalendar",
  "name": "Google Calendar",
  "version": "2.3.1",
  "license": "MIT",
  "aliases": [
    "google-calendar",
    "gCalendar"
  ],
  "config": {
    "serviceURL": "https://calendar.google.com/u/0/",
    "hasCustomUrl": true,
    "hasNotificationSound": true
  }
}