# GoogleBusinessEventMetaDataInput

GoogleBusinessEventMetaDataInput

Metadata for a GBP post that is an event

**Fields:**
- `button`: `GoogleBusinessPostActionType` - Action button. Optional: a post with no button, or `none`, publishes without a call-to-action. On edit, omitting it preserves the existing value.
- `endDate`: `DateTime` - End date of the event. Required on create; optional on edit (omitted preserves existing value).
- `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. Required on create; optional on edit (omitted preserves existing value).
- `title`: `String` - Title of the event. Required on create; optional on edit (omitted preserves existing value).