bookshelf_calendar
Fetch calendar events from Bookshelf. Retrieve a single event by ID or list events within a date range, with optional filtering for unmonitored and author details.
Instructions
bookshelf calendar operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.
bookshelf_get_calendar(id) — Fetch a single calendar by id.
bookshelf_list_calendar(start=None, end=None, unmonitored=False, include_author=False) — List calendar. Query params: start, end, unmonitored, includeAuthor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |