Setup
Start by connecting your calendars, then choose the surface where you want to use Oggie.
Connect calendars
- Go to Oggie setup, sign in, and connect Google Calendar or Microsoft Outlook.
- Add every calendar account Oggie should make available to your agents.
Official apps
Claude, ChatGPT, and Magicdoor app setup is coming soon.
- Open the official Oggie app or connector.
- Click Connect or Enable.
- Complete the Oggie OAuth authorization flow.
- Return to the app and ask for a calendar task.
CLI
- Install with
npm install -g oggie. - Create a CLI token from setup.
- Run
oggie auth login <token>. - Check access with
oggie calendars list --json.
Custom MCP
- Add a custom MCP connector with
https://getoggie.com/api/mcp. - Complete the Oggie OAuth authorization flow.
- Enable the connector in a conversation.
Example prompts
- What is on my calendar tomorrow?
- Find a 30 minute opening next week during working hours.
- Create a test event on my test calendar for Friday at 3 PM.
Reviewer notes
Reviewer test account details and sample calendar data are provided privately in the connector submission.