Tool to list calendar event notes with filtering and pagination. Use when you need to retrieve notes attached to calendar events, optionally filtered by author, event, timestamps, or content. Supports PostgREST filter operators for advanced querying.
idstringFilter by unique identifier of the calendar event note. Supports PostgREST filter operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
notestringFilter by note content. Supports PostgREST filter operators (e.g., 'ilike.*search_term*' for case-insensitive pattern matching).
limitintegerMaximum number of calendar event notes to return (for pagination).
orderstringSort results by specified column(s). Format: 'column_name.asc' or 'column_name.desc' (e.g., 'created_at.desc', 'id.asc').
offsetintegerNumber of calendar event notes to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all fields or comma-separated field names (e.g., 'id,note,calendar_event_id,created_at'). If not specified, returns all fields by default.
author_idstringFilter by identifier of the user that created the note. Supports PostgREST filter operators. Can be null.
created_atstringFilter by creation timestamp. Supports PostgREST filter operators (e.g., 'gte.2024-01-01T00:00:00Z', 'lte.2024-12-31T23:59:59Z').
updated_atstringFilter by last modification timestamp. Supports PostgREST filter operators (e.g., 'gte.2024-01-01T00:00:00Z').
calendar_event_idstringFilter by identifier of the related calendar event. Supports PostgREST filter operators (e.g., 'eq.uuid').
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.