Tool to delete calendar event notes matching given filters. Use after confirming which notes to remove. At least one filter parameter is required to prevent accidental bulk deletion.
idstringFilter by calendar event note ID. Supports PostgREST operators, e.g., 'eq.00000000-0000-0000-0000-000000000000'.
notestringFilter by note text content. Supports PostgREST operators like 'like.*meeting*' or 'ilike.*MEETING*'.
author_idstringFilter by author (user) ID. Supports PostgREST operators.
created_atstringFilter by creation timestamp (ISO 8601). Supports PostgREST operators, e.g., 'gte.2025-01-01T00:00:00Z'.
updated_atstringFilter by last modification timestamp (ISO 8601). Supports PostgREST operators, e.g., 'lte.2025-12-31T23:59:59Z'.
calendar_event_idstringFilter by associated calendar event ID. Supports PostgREST operators.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.