<!--
{
  "availability" : [
    "iOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "JournalingSuggestions",
  "identifier" : "/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Journaling Suggestions"
    ],
    "preciseIdentifier" : "s:21JournalingSuggestions0A10SuggestionV11EventPosterV"
  },
  "title" : "JournalingSuggestion.EventPoster"
}
-->

# JournalingSuggestion.EventPoster

A suggestion for a poster image of an event.

```
struct EventPoster
```

## Overview

The system provides a `EventPoster` value to your app when a person chooses a suggestion with a event poster

## Topics

### Identifying an event

[`var title: AttributedString`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/title)

The title of the event.

[`var placeName: String?`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/placeName)

Location displayed name on the poster.

[`var image: URL?`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/image)

A poster image URL.

### Reviewing event dates

[`var eventEnd: Date?`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/eventEnd)

The end date of the event.

[`var eventStart: Date?`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/eventStart)

The start date of the event.

### Distinguishing the organizer

[`var isHost: Bool?`](/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster/isHost)

Boolean whether the user is the host of the event.

## Relationships

### Conforms To

[`JournalingSuggestionAsset`](/documentation/JournalingSuggestions/JournalingSuggestionAsset)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)