Skip to content

ap calendar

Terminal window
ap calendar <subcommand>

Display a color-coded week view in your terminal.

Pull your calendar to a local JSON file for editing.

Sync a local JSON file back to your calendar. Creates, updates, and deletes posts to match the file.

Preview what would change without applying.

Terminal window
# View your calendar
ap calendar
# Pull, edit, sync workflow
ap calendar pull -o calendar.json
# ... edit calendar.json in your IDE ...
ap calendar sync --file calendar.json