From 163d89ce72de6486b058122a8b8e11db8e5ff474 Mon Sep 17 00:00:00 2001 From: MarkLiamP Date: Fri, 26 Aug 2016 06:13:22 -0400 Subject: [PATCH] Updated Calendar (markdown) --- API/Calendar.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API/Calendar.md b/API/Calendar.md index 5eeffef..446f527 100644 --- a/API/Calendar.md +++ b/API/Calendar.md @@ -18,7 +18,9 @@ Optional: To get a list of all items appearing on the Sonarr calendar between January 26, 2014 and January 27, 2014, you could call: - http://:/api/calendar?apikey=&start=2014-01-26&end=2014-01-27 + http://sonarr.ip:port/api/calendar?apikey=YourApiKey&start=2014-01-26&end=2014-01-27 + +Note that you need to replace 'sonarr.ip' and 'port' with the IP address of the machine running Sonarr and the port it's listening on, in addition to 'YourApiKey' being replaced with the API key of your Sonarr installation. ##### Returns JsonArray ######