notion_get_appointment_by_gcal_id
Find a Notion appointment by its Google Calendar event ID to prevent duplicate entries before syncing.
Instructions
Find a Notion appointment by its linked Google Calendar event ID.
Use this before syncing to check whether a calendar event already has a corresponding Notion record, preventing duplicate entries.
Args: params.gcal_event_id: Google Calendar event ID to search for.
Returns: str: JSON dict of the appointment if found, or a not-found message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |