Skip to main content

Calendar Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The calendar pseudo CLI module currently exposes 7 commands.

Related SDK docs: Calendar

Commands At A Glance

ActionDescriptionRequired flags
createCreate calendar event--params
updateUpdate calendar event--params
deleteDelete calendar event--params
getGet calendar event--params
listList calendar eventsNone
upcomingGet upcoming eventsNone
statusGet calendar statusNone

create

Create calendar event

codebolt calendar create --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

update

Update calendar event

codebolt calendar update --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

delete

Delete calendar event

codebolt calendar delete --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

get

Get calendar event

codebolt calendar get --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

list

List calendar events

codebolt calendar list

This command takes no parameters.

upcoming

Get upcoming events

codebolt calendar upcoming

This command takes no parameters.

status

Get calendar status

codebolt calendar status

This command takes no parameters.