# GoogleBusinessEventMetaData

GoogleBusinessEventMetaData

Metadata for a GBP post that is an event

**Fields:**
- `button`: `GoogleBusinessPostActionType!` - Action button
- `endDate`: `DateTime!` - End date of the event
- `endTime`: `String` - End time of the event *(Deprecated: get time from the endDate)*
- `isFullDayEvent`: `Boolean!` - Indicate whether the event has a start or end time.
- `link`: `String` - Link to the action
- `startDate`: `DateTime!` - Start date of the event
- `startTime`: `String` - Start time of the event *(Deprecated: get time from the startDate)*
- `title`: `String!` - Title of the event