# CharactersCharacterIdCalendarGetInner event ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event_date** | **string** | | [optional] [default to undefined] **event_id** | **number** | | [optional] [default to undefined] **event_response** | **string** | | [optional] [default to undefined] **importance** | **number** | | [optional] [default to undefined] **title** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdCalendarGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdCalendarGetInner = { event_date, event_id, event_response, importance, title, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)