docketbird_get_calendar
Retrieve upcoming deadlines, hearings, and conferences from your company's autocalendars for a specific case or across all active cases.
Instructions
Get calendar entries (deadlines, hearings, conferences) from your company's autocalendars — for one case, or company-wide.
Practice scope: this reads YOUR company's autocalendars (requires a full
DocketBird account with autocalendars created; see
docketbird_create_autocalendar).
Two scopes, one tool:
- With case_id: every calendar entry for that case.
- Without case_id: entries across ALL cases your company has active
autocalendars for, within the next `days` days — "what deadlines does my
firm have coming up?"
The company-wide scope is served from a pre-computed rollup; if it has
never been built, the API starts building it and this tool says to retry
in a minute or two.
Args:
case_id: DocketBird case ID (e.g., 'txnd-3:2007-cv-01697').
Omit for the company-wide scope.
days: Company-wide scope only: how many days ahead to include,
starting today (default 7, clamped to 1-90 upstream).
Ignored when case_id is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| case_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |