aYOUne
← CRM API

CalendarEntries

Singular: CalendarEntry — Base URL: https://crm-api.ayoune.app — Access: CRUD — Machine-readable spec (JSON · YAML)

play_circle Try it now beta

Requests are proxied through the consumer-app to *.ayoune.app. Tokens stay in your browser and are forwarded per call.

Example response (recorded) sample

A real, previously recorded GET /:id response of this endpoint — not the live call above. Sensitive fields are masked.

{
  "payload": {
    "reminder": {
      "before": 15,
      "unit": "minutes"
    },
    "canceled": {
      "value": false,
      "cancelDate": "2026-09-11T03:44:37.650Z"
    },
    "rrule": {
      "byweekday": []
    },
    "_id": "6aa37925f07dfdf88c40b5b3",
    "origin": "aYOUne",
    "editor": "6045f4d25704710012485569",
    "resource": false,
    "sent": false,
    "typ": "standard",
    "status": "Geplant",
    "summary": "VICTORIOUS_BLUE_WATTO",
    "description": "",
    "result": "",
    "recurrence": [],
    "isReminderOn": false,
    "isOnlineMeeting": false,
    "onlineMeetingProvider": "aYOUne",
    "location": "",
    "exchangeId": "",
    "createdBy": "6045f4d25704710012485569",
    "resources": [],
    "attendees": [],
    "editors": [],
    "positions": [],
    "rebooked": [],
    "shares": [],
    "createdAt": "2026-09-11T03:44:37.650Z",
    "updatedAt": "2026-09-11T03:44:37.650Z",
    "scanID": "P4YJHDCB",
    "shortID": "k1irNYm"
  },
  "meta": {
    "links": [
      {
        "rel": "self",
        "href": "https://crm-api.ayoune.app/calendarentries/6aa37925f07dfdf88c40b5b3",
        "method": "get",
        "title": "GET",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ]
      }
    ],
    "relations": [
      {
        "rel": "Consumers",
        "title": "MODEL_CONSUMER",
        "href": "https://api.ayoune.app/crm/consumers",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "crm.consumers"
      },
      {
        "rel": "Configurations",
        "title": "MODEL_CONFIGURATION",
        "href": "https://api.ayoune.app/sale/configurations",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "sale.configurations"
      },
      {
        "rel": "Projects",
        "title": "MODEL_PROJECT",
        "href": "https://api.ayoune.app/pm/projects",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "pm.projects"
      },
      {
        "rel": "Teams",
        "title": "MODEL_TEAM",
        "href": "https://api.ayoune.app/config/teams",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "config.teams"
      },
      {
        "rel": "CalendarEntries",
        "title": "MODEL_CALENDARENTRY",
        "href": "https://api.ayoune.app/crm/calendarentries",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "crm.calendarentries"
      },
      {
        "rel": "Calendars",
        "title": "MODEL_CALENDAR",
        "href": "https://api.ayoune.app/config/calendars",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "config.calendars"
      },
      {
        "rel": "Products",
        "title": "MODEL_PRODUCT",
        "href": "https://api.ayoune.app/pim/products",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "pim.products"
      },
      {
        "rel": "WallBoards",
        "title": "MODEL_WALLBOARD",
        "href": "https://api.ayoune.app/pm/wallboards",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "pm.wallboards"
      },
      {
        "rel": "Consumers",
        "title": "MODEL_CONSUMER",
        "href": "https://api.ayoune.app/crm/consumers",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "crm.consumers"
      },
      {
        "rel": "Transactions",
        "title": "MODEL_TRANSACTION",
        "href": "https://api.ayoune.app/ecommerce/transactions",
        "method": "get",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ],
        "right": "ecommerce.transactions"
      }
    ],
    "debugId": "6aa37926f07dfdf88c40b604",
    "errors": [],
    "actions": [
      {
        "rel": "self",
        "action": "COPY",
        "title": "MODEL_CALENDARENTRY",
        "href": "https://api.ayoune.app/crm/calendarentries/6aa37925f07dfdf88c40b5b3/copy",
        "method": "post",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ]
      },
      {
        "rel": "self",
        "action": "DELETE",
        "title": "MODEL_CALENDARENTRY",
        "href": "https://api.ayoune.app/crm/calendarentries/6aa37925f07dfdf88c40b5b3",
        "method": "delete",
        "types": [
          "application/json",
          "application/yaml",
          "text/csv"
        ]
      }
    ],
    "version": {
      "host": "2026.78.0",
      "core": "2026.335.0"
    },
    "rateLimit": {
      "limit": "2500",
      "remaining": "2477",
      "reset": "1789101872",
      "resetDate": "Fri Sep 11 2026"
    },
    "responseTime": 110.567629,
    "code": 200,
    "status": "success",
    "error": false
  }
}

Endpoints

MethodPathDescriptionRight
GET /calendarentries List with filters/pagination crm.calendarentries.view
GET /calendarentries/:id Single record crm.calendarentries.view
POST /calendarentries Create new record crm.calendarentries.new
PUT /calendarentries Update record crm.calendarentries.edit
DELETE /calendarentries/:id Delete record crm.calendarentries.delete

SDK

import { aYOUne } from '@tolinax/ayoune';
const ay = new aYOUne('pat_your_token');

// List all
const list = await ay.crm.calendarEntries.find().limit(10).exec();

// Single record
const one = await ay.crm.calendarEntries.findById('OBJECT_ID').exec();

// Create
const created = await ay.crm.calendarEntries.create({ name: 'Foo' });

See also