← CRM API
CalendarEntries
Singular: CalendarEntry — Base URL: https://crm-api.ayoune.app — Access: CRUD
Try it now
beta
Response (live)
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-07-22T18:48:40.466Z"
},
"rrule": {
"byweekday": []
},
"_id": "6a618e7df23360035fa1bbd8",
"origin": "aYOUne",
"editor": "6045f4d25704710012485569",
"resource": false,
"sent": false,
"typ": "standard",
"status": "Geplant",
"description": "",
"result": "",
"recurrence": [],
"isReminderOn": false,
"isOnlineMeeting": false,
"onlineMeetingProvider": "aYOUne",
"location": "",
"exchangeId": "",
"createdBy": "6045f4d25704710012485569",
"resources": [],
"attendees": [],
"editors": [],
"positions": [],
"rebooked": [],
"createdAt": "2026-07-23T03:46:05.276Z",
"updatedAt": "2026-07-23T03:46:05.276Z",
"scanID": "F5DZCUF2",
"shortID": "La1cGb5"
},
"meta": {
"links": [
{
"rel": "self",
"href": "https://crm-api.ayoune.app/calendarentries/6a618e7df23360035fa1bbd8",
"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": "6a62df59d98fe96440cc85d7",
"errors": [],
"actions": [
{
"rel": "self",
"action": "COPY",
"title": "MODEL_CALENDARENTRY",
"href": "https://api.ayoune.app/crm/calendarentries/6a618e7df23360035fa1bbd8/copy",
"method": "post",
"types": [
"application/json",
"application/yaml",
"text/csv"
]
},
{
"rel": "self",
"action": "DELETE",
"title": "MODEL_CALENDARENTRY",
"href": "https://api.ayoune.app/crm/calendarentries/6a618e7df23360035fa1bbd8/copy",
"method": "post",
"types": [
"application/json",
"application/yaml",
"text/csv"
]
}
],
"version": {
"host": "2026.46.1",
"core": "2026.258.0"
},
"rateLimit": {
"limit": "2500",
"remaining": "2474",
"reset": "1784868196",
"resetDate": "Fri Jul 24 2026"
},
"responseTime": 21.252199,
"code": 200,
"status": "success",
"error": false
}
}
Endpoints
| Method | Path | Description | Right |
|---|---|---|---|
| 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' });