This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a MASTER
event is split.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.calendar.v3.event
.
Event name. Expected recurring_split
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.calendar.v3.event_recurring_split",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"id": "febe8724-c65a-4e5f-b2e9-f011709de54c",
"entityFqdn": "wix.calendar.v3.event",
"slug": "recurring_split",
"entityId": "a96c3c31c9fc495db55b40c694fe196c7ca6da6772184e2983571dcba732b296",
"actionEvent": {
"body": {
"updatedRecurringEventEndingBeforeSplit": {
"id": "a96c3c31c9fc495db55b40c694fe196c7ca6da6772184e2983571dcba732b296",
"scheduleId": "a96c3c31-c9fc-495d-b55b-40c694fe196c",
"externalScheduleId": "0cc230a0-9158-4c5e-a5da-9161bed0f6b1",
"scheduleName": "Pump It Up",
"type": "CLASS",
"status": "CONFIRMED",
"title": "Pump It Up",
"start": {
"localDate": "2024-10-11T12:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-10-11T11:00:00Z"
},
"end": {
"localDate": "2024-10-11T13:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-10-11T12:00:00Z"
},
"timeZone": "Europe/Dublin",
"recurrenceType": "MASTER",
"recurrenceRule": {
"frequency": "WEEKLY",
"interval": 1,
"days": ["FRIDAY"],
"until": {
"localDate": "2024-10-11T13:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-10-11T12:00:00Z"
}
},
"transparency": "OPAQUE",
"location": {
"type": "BUSINESS"
},
"resources": [
{
"id": "76570209-101f-409b-af97-b445bdb63125",
"name": "Staff Member #1",
"type": "1cd44cf8-756f-41c3-bd90-3e2ffcaf1155",
"scheduleId": "e73bf671-bb59-4488-8d1f-afcf0ebe8d27",
"transparency": "OPAQUE",
"permissionRole": "WRITER"
}
],
"totalCapacity": 40,
"remainingCapacity": 40,
"inheritedFields": [
"TITLE",
"CAPACITY",
"TIME_ZONE",
"CONFERENCING_DETAILS"
],
"appId": "13d21c63-b5ec-5912-8397-c3a5ddb27a97",
"permissions": [],
"revision": "3",
"createdDate": "2024-10-06T17:16:36.320Z",
"updatedDate": "2024-10-14T09:28:48.093Z"
},
"newRecurringEventStartingFromSplit": {
"id": "a96c3c31c9fc495db55b40c694fe196c43a1dcda05d44a44b2cb5570a115eee3",
"scheduleId": "a96c3c31-c9fc-495d-b55b-40c694fe196c",
"externalScheduleId": "0cc230a0-9158-4c5e-a5da-9161bed0f6b1",
"scheduleName": "Pump It Up",
"type": "CLASS",
"status": "CONFIRMED",
"title": "Pump It Up",
"start": {
"localDate": "2024-10-18T12:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-10-18T11:00:00Z"
},
"end": {
"localDate": "2024-10-18T13:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-10-18T12:00:00Z"
},
"timeZone": "Europe/Dublin",
"recurrenceType": "MASTER",
"recurrenceRule": {
"frequency": "WEEKLY",
"interval": 1,
"days": ["FRIDAY"]
},
"transparency": "OPAQUE",
"location": {
"type": "BUSINESS"
},
"resources": [
{
"id": "76570209-101f-409b-af97-b445bdb63125",
"name": "Staff Member #1",
"type": "1cd44cf8-756f-41c3-bd90-3e2ffcaf1155",
"scheduleId": "e73bf671-bb59-4488-8d1f-afcf0ebe8d27",
"transparency": "OPAQUE",
"permissionRole": "WRITER"
}
],
"totalCapacity": 40,
"remainingCapacity": 40,
"inheritedFields": [
"TITLE",
"CAPACITY",
"TIME_ZONE",
"CONFERENCING_DETAILS"
],
"appId": "13d21c63-b5ec-5912-8397-c3a5ddb27a97",
"permissions": [],
"revision": "1",
"createdDate": "2024-10-14T09:28:48.088Z",
"updatedDate": "2024-10-14T09:28:48.088Z"
}
}
},
"eventTime": "2024-10-14T09:28:48.693666801Z",
"triggeredByAnonymizeRequest": false
}