neetocal setup commands register NeetoCal instructions with your assistant so it knows how to manage your calendar, and the --toon format keeps responses compact when the assistant reads command output back.
Set up your assistant
Run the subcommand for the tool you use:| Command | What it does |
|---|---|
neetocal setup claude | Registers the NeetoCal plugin with Claude Code (plugin manifest, hooks, and skill). |
neetocal setup cursor | Writes NeetoCal rules for the Cursor IDE. |
neetocal setup windsurf | Writes NeetoCal rules for the Windsurf IDE. |
neetocal setup copilot | Adds NeetoCal instructions for GitHub Copilot. |
neetocal setup gemini | Adds NeetoCal instructions for the Gemini CLI. |
neetocal setup codex | Adds NeetoCal instructions for OpenAI Codex. |
Tips for agent workflows
- Authenticate once with
neetocal login; the assistant reuses the stored credentials. - When several workspaces are logged in, the assistant must pass
--subdomain <name>on each command. - Run
neetocal doctorfirst to confirm the assistant is authenticated and connected.