api.kakerapetit.dev

api.kakerapetit.dev
Category
Service
Network
Avg / request
$0.002 – $0.005
Endpoints
6

Service overview

What is api.kakerapetit.dev?

Generate a calendar invite (.ics file) from event details. Returns a valid RFC 5545 iCalendar VEVENT with title, start and end time, timezone, location, and attendees that can be emailed or imported into Google Calendar, Outlook, or Apple Calendar. Use when an agent needs to schedule a meeting or send a calendar invitation.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://api.kakerapetit.dev/v1/calendar/ics" \
  --method POST \
  --data '{
  "attendees": "{attendees}",
  "description": "{description}",
  "end": "{end}",
  "location": "{location}",
  "start": "{start}",
  "timezone": "{timezone}",
  "title": "{title}"
}'
What you get back
{
  "endpoint": "POST /v1/calendar/ics",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services