pco_list_event_instances
Retrieve scheduled occurrences of a calendar event with start/end times and location details for Planning Center Online.
Instructions
List specific instances (occurrences) of a calendar event.
Args:
event_id (string): The calendar event ID (get this from pco_list_calendar_events)
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 event instances with start/end times and location. Error: Returns "Error: Resource not found" if the event ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The calendar event ID | |
| 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 |