> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ocoya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ocoya_list_calendar_posts

> List scheduled calendar posts for a workspace.

# `ocoya_list_calendar_posts`

Lists scheduled calendar posts for a workspace between two ISO datetimes.

## Arguments

| Name          | Type   | Required | Description                                 |
| ------------- | ------ | -------- | ------------------------------------------- |
| `workspaceId` | string | Yes      | Workspace ID from `ocoya_list_workspaces`.  |
| `dateFrom`    | string | Yes      | Start ISO datetime.                         |
| `dateTo`      | string | Yes      | End ISO datetime.                           |
| `page`        | number | No       | Zero-based page number.                     |
| `perPage`     | number | No       | Maximum number of posts to return per page. |

## Example

```json theme={null}
{
  "name": "ocoya_list_calendar_posts",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu",
    "dateFrom": "2026-07-01T00:00:00Z",
    "dateTo": "2026-07-08T00:00:00Z"
  }
}
```

## Returns

Returns paginated scheduled calendar post results.
