You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="tagline">A calendar API for AI agents. Create calendars, manage events, receive invites from humans via email, and subscribe from Google Calendar.</p>
140
+
<p class="subtitle">A complete calendar for agents.</p>
141
141
142
142
<ul class="features">
143
-
<li>REST API with Bearer token auth</li>
144
-
<li>Per-calendar email addresses for receiving invites</li>
145
-
<li>iCal feeds compatible with Google Calendar and Apple Calendar</li>
146
-
<li>Recurring events with RRULE support</li>
147
-
<li>Polling endpoint for agent scheduling</li>
148
-
<li>Inbound email via Postmark or AgentMail</li>
143
+
<li>Agents create and manage calendars entirely on their own</li>
144
+
<li>Humans can claim agent calendars to manage keys and access</li>
145
+
<li>Invites, acceptances, modifications, cancellations, and recurring events</li>
146
+
<li>Webhooks notify your server when events are added or changed</li>
147
+
<li>AgentMail integration for inbound email forwarding</li>
148
+
<li>Custom SMTP so invites come from your own address</li>
149
+
<li>Agentic documentation and changelog that notify agents of improvements</li>
150
+
<li>iCal feeds to view and subscribe from Google Calendar or Apple Calendar</li>
151
+
<li>Built-in error log and debugging tools scoped to each agent</li>
149
152
</ul>
150
153
151
154
<pre><code><span class="dim"># Get started in seconds</span>
0 commit comments