# Event Panes

## E1 - Listing page for multiple events: Upcoming events

With this view each featured event item displays the `Feature Image`, `Name`, `Date`, and some summary text. The summary text is the full `Summary` field of the event content item. If the `Summary` field is empty then a trimmed `Body` field (600 characters) is used.

![E1 - Listing page for multiple events: Upcoming events](/files/-LhHJgVu3cDKC5SfFq-y)

## E3 - Upcoming events teaser list

With this view each featured event item displays the `Date`and the `Name` of the event.

![E3 - Upcoming events teaser list](/files/-LhHJjwAXJG1nz_f7ekj)

**Registration Button** The registration button will appear when you create an event and fill in the `Registration Link` field. This is mainly meant for third-party sign up's and just requires you to fill the field with the link to the registration page.

![E3 - Upcoming events teaser list](/files/-LsxRhM47vtdr3Emmule)

The registration button will **Only** appear if the `Registration Link` field has been filled out. This button appears under the "View:E1 - Listing Page for multiple events: Upcoming Events" and the "View:E3 - Upcoming events teaser list". It also appears when viewing all the upcoming events.

If an event has a `Registration Button`, it will also appear on the event page on the right hand side.

![E3 - Upcoming events teaser list](/files/-LsxRhMBbqv3eb8MYByj)

## E9a - Weekly Calendar - List Format

With this view each featured event item displays the `Feature Image`, `Name`, `Date`, and some summary text by week. The summary text is the full `Summary` field of the event content item. If the `Summary` field is empty then a trimmed `Body` field (600 characters) is used.

![E9a - Weekly Calendar - List Format](/files/-LhHJo7Seq_7yGWnbhip)

## E8a - Monthly Calendar - List Format

With this view each featured event item displays the `Feature Image`, `Name`, `Date`, and some summary text by month. The summary text is the full `Summary` field of the event content item. If the `Summary` field is empty then a trimmed `Body` field (600 characters) is used.

![E8a - Monthly Calendar - List Format](/files/-LhHJqnJPN2RVn8R4saM)

## E8b - Monthly Calendar - Grid Format

With this view each featured event item displays the `Date`and the `Name` of the event in a monthly calendar.

![E8b - Monthly Calendar - Grid Format](/files/-LhHJsoWJPmGfldAWpQJ)

## E1 - Listing page for multiple events: Event Archives

With this view each past featured event item displays the `Feature Image`, `Name`, `Date`, and some summary text. The summary text is the full `Summary` field of the event content item. If the `Summary` field is empty then a trimmed `Body` field (600 characters) is used.

![E1 - Listing page for multiple events: Event Archives](/files/-LhHJuxww8YdbxSVIvs-)

## E5 - Browse events by date

With this view users can browse past events by month.

![E5 - Browse events by date](/files/-LhHJxCk-f1WyNcCgNkE)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ccsdrupalguide.uoguelph.ca/views/event-panes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
