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