meeting_followup_select_past_meeting
Extract a specific past meeting from a list of calendar events by providing its event ID, and store the meeting details for follow-up tasks.
Instructions
Extracts the selected meeting from a list of past calendar events based on the meeting ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selected_meeting_id | Yes | The event ID selected by the user from past calendar events. | {{calendar_event_id}} |
| past_calendar_events | Yes | Array of {label, value} objects from Get Calendar Events List action. | {{past_calendar_events}} |
| output_variable_name | Yes | Variable name to store the selected meeting details. | selected_meeting |