ap calendar
ap calendar <subcommand>Subcommands
Section titled “Subcommands”ap calendar
Section titled “ap calendar”Display a color-coded week view in your terminal.
ap calendar pull
Section titled “ap calendar pull”Pull your calendar to a local JSON file for editing.
ap calendar sync
Section titled “ap calendar sync”Sync a local JSON file back to your calendar. Creates, updates, and deletes posts to match the file.
ap calendar sync --dry-run
Section titled “ap calendar sync --dry-run”Preview what would change without applying.
Examples
Section titled “Examples”# View your calendarap calendar
# Pull, edit, sync workflowap calendar pull -o calendar.json# ... edit calendar.json in your IDE ...ap calendar sync --file calendar.json