ProviderScheduleUpdatedEventData

This is an object representing data for the provider schedule updated event.

This is an object representing data for the provider schedule updated event.

Example

{  "object": {    "created_at": "2025-02-17T17:49:19Z",    "effective_from": "2025-01-01",    "effective_to": "2025-12-31",    "id": "psch_d025a96ac0c6",    "object": "provider_schedule",    "public_bookings": {      "enabled": true    },    "time_zone": "America/New_York",    "updated_at": "2025-02-17T17:49:19Z",    "weekly_rules": [      {        "day": "mo",        "end_time": "17:00",        "start_time": "09:00"      }    ]  },  "type": "provider_schedule.updated"}