# \CalendarApi All URIs are relative to *http://localhost:8989* Method | HTTP request | Description ------------- | ------------- | ------------- [**api_v3_calendar_get**](CalendarApi.md#api_v3_calendar_get) | **GET** /api/v3/calendar | [**api_v3_calendar_id_get**](CalendarApi.md#api_v3_calendar_id_get) | **GET** /api/v3/calendar/{id} | ## api_v3_calendar_get > Vec api_v3_calendar_get(start, end, unmonitored, include_series, include_episode_file, include_episode_images, tags) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **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**](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) ## api_v3_calendar_id_get > models::EpisodeResource api_v3_calendar_id_get(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **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)