# CharactersCharacterIdCalendarEventIdGet Full details of a specific event ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **date** | **string** | | [default to undefined] **duration** | **number** | Length in minutes | [default to undefined] **event_id** | **number** | | [default to undefined] **importance** | **number** | | [default to undefined] **owner_id** | **number** | | [default to undefined] **owner_name** | **string** | | [default to undefined] **owner_type** | **string** | | [default to undefined] **response** | **string** | | [default to undefined] **text** | **string** | | [default to undefined] **title** | **string** | | [default to undefined] ## Example ```typescript import { CharactersCharacterIdCalendarEventIdGet } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdCalendarEventIdGet = { date, duration, event_id, importance, owner_id, owner_name, owner_type, response, text, 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)