pco_list_calendar_events
Retrieve and filter calendar events from Planning Center Online with options for approval status, date ranges, pagination, and output formats.
Instructions
List events in Planning Center Calendar.
Args:
filter (string, optional): Filter events — 'approved', 'pending', 'rejected', 'future', 'past'
limit (number): Max results (1-100, default 25)
offset (number): Pagination offset (default 0)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of events with name, approval status, description, and visibility. Error: Returns "Error: ..." if the request fails.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter: 'approved', 'pending', 'rejected', 'future', or 'past' | |
| limit | No | Maximum number of results to return (1-100, default: 25) | |
| offset | No | Number of results to skip for pagination (default: 0) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |