Back to Tools

Calendar

Productivity

Manage calendar events across Google Calendar, Outlook, and other providers. Create, update, and query events.

Available Actions
listcreateupdatedelete
Input Schema
{
  "type": "object",
  "required": [
    "action"
  ],
  "properties": {
    "end": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "action": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "events": {
      "type": "array"
    },
    "eventId": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/calendar

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/calendar \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "list"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.