# \CalendarApi
All URIs are relative to *http://localhost:8989*
[**get_calendar_by_id**](CalendarApi.md#get_calendar_by_id) | **GET** /api/v3/calendar/{id} |
[**list_calendar**](CalendarApi.md#list_calendar) | **GET** /api/v3/calendar |
## get_calendar_by_id
> models::EpisodeResource get_calendar_by_id(id)
### Parameters
**id** | **i32** | | [required] |
### Return type
[**models::EpisodeResource**](EpisodeResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## list_calendar
> Vec<models::EpisodeResource> list_calendar(start, end, unmonitored, include_series, include_episode_file, include_episode_images, tags)
### Parameters
**start** | Option<**String**> | | |
**end** | Option<**String**> | | |
**unmonitored** | Option<**bool**> | | |[default to false]
**include_series** | Option<**bool**> | | |[default to false]
**include_episode_file** | Option<**bool**> | | |[default to false]
**include_episode_images** | Option<**bool**> | | |[default to false]
**tags** | Option<**String**> | | |[default to ]
### Return type
[**Vec<models::EpisodeResource>**](EpisodeResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)