pco_get_calendar_event
Retrieve detailed calendar event information from Planning Center Online using the event ID. Returns event name, approval status, description, visibility, and registration details in markdown or JSON format.
Instructions
Get detailed information about a specific calendar event.
Args:
id (string): The event ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full event record with name, approval status, description, visibility, and registration info. Error: Returns "Error: Resource not found" if the ID is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The calendar event ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |