events_fetch_page
Fetch the linked event website to obtain details like venue, agenda, speakers, registration info, and pricing for a given event name and year.
Instructions
Fetch and read the linked event website for a specific event.
Use this when you need details not in the sheet — venue, agenda, speakers, registration info, pricing. Fetches the URL linked in the event name cell.
Args: event_name: Full or partial event name (case-insensitive) year: Calendar year — "2025" or "2026" (default: "2026")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 2026 | |
| event_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |