From 1656e2d56899fa7cb70d10966877dd92b9142f7b Mon Sep 17 00:00:00 2001 From: lisaHein78 <43573734+lisaHein78@users.noreply.github.com> Date: Sat, 6 Oct 2018 13:46:03 -0400 Subject: [PATCH] Adding CalendarIndex Holidays API (#767) * Adding CalendarIndex Holidays API * Removing . from the end of the description * Remove "API" from Description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6503078..53fcfbbc 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ API | Description | Auth | HTTPS | CORS | ### Calendar API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Calendar Index](https://www.calendarindex.com/) | Worldwide Holidays and Working Days | `apiKey` | Yes | Yes | | [Church Calendar](http://calapi.inadiutorium.cz/) | Catholic liturgical calendar | No | No | Unknown | | [Czech Namedays Calendar](http://svatky.adresa.info/) | Lookup for a name and returns nameday date | No | No | Unknown | | [Google Calendar](https://developers.google.com/google-apps/calendar/) | Display, create and modify Google calendar events | `OAuth` | Yes | Unknown |