meeting_prep_extract_selected_meeting
Extracts a specific meeting from a Google Calendar events list using the event ID. Provides the selected meeting data for further processing.
Instructions
Extracts the selected meeting details from a list of Google Calendar events based on the meeting ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selected_meeting_id | Yes | The event ID to look up from the calendar events list. | {{selected_meeting_id}} |
| gcal_events_list | Yes | JSON array of events with {value, label} format from Google Calendar. | {{gcal_events_list}} |
| output_variable_name | No | Variable name to store the extracted meeting data. | selected_meeting_data |