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 ######