GET PlanCare2Api/EmployeeAppointments?employeeId={employeeId}&dateFrom={dateFrom}&dateUntil={dateUntil}&includeDeletedOccurrences={includeDeletedOccurrences}&excludeCalculatedOccurrences={excludeCalculatedOccurrences}

Obtains all appointments for the specified employee

Requires 'Start' permission for function EmployeeCalendar {2B7BC787-80B4-41AD-8975-FD07F3CC1746}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

dateFrom

date

Required

dateUntil

date

Required

includeDeletedOccurrences

Optional parameter. When true deleted occurrences within the given period are also returned. Default of this parameter is false.

boolean

Default value is False

excludeCalculatedOccurrences

Optional parameter. When true calculated occurrences within the given period are left out. The default of this parameter false.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A collection of employee appointments

EmployeeAppointmentsCollection
NameDescriptionTypeAdditional information
EmployeeAppointments

A collection of employee appointments

Collection of EmployeeAppointment

None

ActionAppointments

A collection of Action appointments

Collection of ActionAppointment

None

LegacyActionAppointments

A collection of legacy Action appointments

Collection of LegacyActionAppointment

None

InterventionAppointments

A collection of Intervention appointments

Collection of InterventionAppointment

None

GeneralAppointments

A collection of General appointments

Collection of GeneralAppointment

None

ContractAppointments

A collection of Contract appointments

Collection of ContractAppointment

None

ArrangementProductActAppointments

A collection of ArrangementProductAct appointments

Collection of ArrangementProductActAppointment

None

AgreementAppointments

A collection of Agreement appointments

Collection of AgreementAppointment

None

EmployeeTimeRegistrationAppointments

A collection of TimeRegistration appointments

Collection of EmployeeTimeRegistrationAppointment

None

Response Formats

application/json, text/json

Sample:
{
  "EmployeeAppointments": [
    {
      "$id": "2",
      "EmployeeId": 1,
      "EmployeeName": "sample string 2",
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 5",
      "Reason": "sample string 6",
      "Status": 0,
      "StatusChangedByName": "sample string 7",
      "StatusChangedById": 8,
      "CreatedByName": "sample string 9",
      "CreatedById": 10,
      "Remarks": "sample string 11",
      "Id": 12,
      "Location": "sample string 13",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 16",
      "RecurrenceInfo": {
        "$id": "3",
        "OccurrenceCount": 1,
        "Periodicity": 1,
        "Range": 0,
        "Interval": 0,
        "WeekDays": 1,
        "RecurrenceStart": "2026-05-26T21:11:04.6774754+02:00",
        "RecurrenceEnd": "2026-05-26T21:11:04.6774754+02:00",
        "Month": 1,
        "DayNumber": 1,
        "WeekOfMonth": 0
      },
      "RecurrenceOccurrences": [
        {
          "$id": "4",
          "Id": 1,
          "Start": "2026-05-26T21:11:04.6774754+02:00",
          "End": "2026-05-26T21:11:04.6774754+02:00",
          "Title": "sample string 4",
          "Location": "sample string 5",
          "ParentId": 6,
          "OccurrenceIndex": 7,
          "Type": 0,
          "Reason": "sample string 8",
          "Status": 0,
          "StatusChangedByName": "sample string 9",
          "StatusChangedById": 10,
          "CreatedByName": "sample string 11",
          "CreatedById": 12,
          "Remarks": "sample string 13"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 17"
    },
    {
      "$ref": "2"
    }
  ],
  "ActionAppointments": [
    {
      "$id": "5",
      "ActionIds": [
        1,
        2
      ],
      "ClientId": 1,
      "ClientName": "sample string 2",
      "EmployeeId": 1,
      "EmployeeName": "sample string 3",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 6",
      "Reason": "sample string 7",
      "Status": 0,
      "StatusChangedByName": "sample string 8",
      "StatusChangedById": 9,
      "CreatedByName": "sample string 10",
      "CreatedById": 11,
      "Remarks": "sample string 12",
      "Id": 13,
      "Location": "sample string 14",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 17",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 18"
    },
    {
      "$ref": "5"
    }
  ],
  "LegacyActionAppointments": [
    {
      "$id": "6",
      "ActionId": 1,
      "ClientId": 2,
      "ClientName": "sample string 3",
      "EmployeeId": 1,
      "EmployeeName": "sample string 4",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 7",
      "Reason": "sample string 8",
      "Status": 0,
      "StatusChangedByName": "sample string 9",
      "StatusChangedById": 10,
      "CreatedByName": "sample string 11",
      "CreatedById": 12,
      "Remarks": "sample string 13",
      "Id": 14,
      "Location": "sample string 15",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 18",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 19"
    },
    {
      "$ref": "6"
    }
  ],
  "InterventionAppointments": [
    {
      "$id": "7",
      "InterventionId": "0fe01b64-8fdc-4224-b79b-b5acf5d382e3",
      "ClientId": 2,
      "ClientName": "sample string 3",
      "EmployeeId": 1,
      "EmployeeName": "sample string 4",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 7",
      "Reason": "sample string 8",
      "Status": 0,
      "StatusChangedByName": "sample string 9",
      "StatusChangedById": 10,
      "CreatedByName": "sample string 11",
      "CreatedById": 12,
      "Remarks": "sample string 13",
      "Id": 14,
      "Location": "sample string 15",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 18",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 19"
    },
    {
      "$ref": "7"
    }
  ],
  "GeneralAppointments": [
    {
      "$id": "8",
      "ClientId": 1,
      "ClientName": "sample string 2",
      "EmployeeId": 1,
      "EmployeeName": "sample string 3",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 6",
      "Reason": "sample string 7",
      "Status": 0,
      "StatusChangedByName": "sample string 8",
      "StatusChangedById": 9,
      "CreatedByName": "sample string 10",
      "CreatedById": 11,
      "Remarks": "sample string 12",
      "Id": 13,
      "Location": "sample string 14",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 17",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 18"
    },
    {
      "$ref": "8"
    }
  ],
  "ContractAppointments": [
    {
      "$id": "9",
      "ContractId": 1,
      "ProductId": 2,
      "ProductName": "sample string 3",
      "ContractLineId": 1,
      "CareTrajectId": 1,
      "DOTLocationId": 1,
      "WorkTypeId": 1,
      "ProjectId": "sample string 4",
      "ProjectName": "sample string 5",
      "ClientId": 6,
      "ClientName": "sample string 7",
      "EmployeeId": 1,
      "EmployeeName": "sample string 8",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 11",
      "Reason": "sample string 12",
      "Status": 0,
      "StatusChangedByName": "sample string 13",
      "StatusChangedById": 14,
      "CreatedByName": "sample string 15",
      "CreatedById": 16,
      "Remarks": "sample string 17",
      "Id": 18,
      "Location": "sample string 19",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 22",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 23"
    },
    {
      "$ref": "9"
    }
  ],
  "ArrangementProductActAppointments": [
    {
      "$id": "10",
      "ArrangementProductActIds": [
        1,
        2
      ],
      "ClientId": 1,
      "ClientName": "sample string 2",
      "EmployeeId": 1,
      "EmployeeName": "sample string 3",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 6",
      "Reason": "sample string 7",
      "Status": 0,
      "StatusChangedByName": "sample string 8",
      "StatusChangedById": 9,
      "CreatedByName": "sample string 10",
      "CreatedById": 11,
      "Remarks": "sample string 12",
      "Id": 13,
      "Location": "sample string 14",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 17",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 18"
    },
    {
      "$ref": "10"
    }
  ],
  "AgreementAppointments": [
    {
      "$id": "11",
      "AgreementId": 1,
      "ClientId": 2,
      "ClientName": "sample string 3",
      "EmployeeId": 1,
      "EmployeeName": "sample string 4",
      "EmploymentId": 1,
      "ContractOfServiceId": 1,
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 7",
      "Reason": "sample string 8",
      "Status": 0,
      "StatusChangedByName": "sample string 9",
      "StatusChangedById": 10,
      "CreatedByName": "sample string 11",
      "CreatedById": 12,
      "Remarks": "sample string 13",
      "Id": 14,
      "Location": "sample string 15",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 18",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 19"
    },
    {
      "$ref": "11"
    }
  ],
  "EmployeeTimeRegistrationAppointments": [
    {
      "$id": "12",
      "ContractOfServiceId": 1,
      "ProductId": 2,
      "WorkTypeId": 1,
      "OrganizationEntityId": 1,
      "EmployeeId": 3,
      "EmployeeName": "sample string 4",
      "Start": "2026-05-26T21:11:04.6774754+02:00",
      "End": "2026-05-26T21:11:04.6774754+02:00",
      "Title": "sample string 7",
      "Reason": "sample string 8",
      "Status": 0,
      "StatusChangedByName": "sample string 9",
      "StatusChangedById": 10,
      "CreatedByName": "sample string 11",
      "CreatedById": 12,
      "Remarks": "sample string 13",
      "Id": 14,
      "Location": "sample string 15",
      "MovesToNextDay": true,
      "IsAllDay": true,
      "FriendlyRecurrenceInfo": "sample string 18",
      "RecurrenceInfo": {
        "$ref": "3"
      },
      "RecurrenceOccurrences": [
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ],
      "Type": 0,
      "ShiftId": 1,
      "ContractInfo": "sample string 19"
    },
    {
      "$ref": "12"
    }
  ]
}

application/xml, text/xml

Sample:
<EmployeeAppointmentsCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee">
  <ActionAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:ActionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ActionIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </d2p1:ActionIds>
    </d2p1:ActionAppointment>
    <d2p1:ActionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ActionIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </d2p1:ActionIds>
    </d2p1:ActionAppointment>
  </ActionAppointments>
  <AgreementAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:AgreementAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:AgreementId>1</d2p1:AgreementId>
    </d2p1:AgreementAppointment>
    <d2p1:AgreementAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:AgreementId>1</d2p1:AgreementId>
    </d2p1:AgreementAppointment>
  </AgreementAppointments>
  <ArrangementProductActAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:ArrangementProductActAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ArrangementProductActIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </d2p1:ArrangementProductActIds>
    </d2p1:ArrangementProductActAppointment>
    <d2p1:ArrangementProductActAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ArrangementProductActIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </d2p1:ArrangementProductActIds>
    </d2p1:ArrangementProductActAppointment>
  </ArrangementProductActAppointments>
  <ContractAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:ContractAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 23</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">16</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 22</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">18</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>6</d2p1:ClientId>
      <d2p1:ClientName>sample string 7</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 8</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:CareTrajectId>1</d2p1:CareTrajectId>
      <d2p1:ContractId>1</d2p1:ContractId>
      <d2p1:ContractLineId>1</d2p1:ContractLineId>
      <d2p1:DOTLocationId>1</d2p1:DOTLocationId>
      <d2p1:ProductId>2</d2p1:ProductId>
      <d2p1:ProductName>sample string 3</d2p1:ProductName>
      <d2p1:ProjectId>sample string 4</d2p1:ProjectId>
      <d2p1:ProjectName>sample string 5</d2p1:ProjectName>
      <d2p1:WorkTypeId>1</d2p1:WorkTypeId>
    </d2p1:ContractAppointment>
    <d2p1:ContractAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 23</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">16</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 22</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">18</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>6</d2p1:ClientId>
      <d2p1:ClientName>sample string 7</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 8</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:CareTrajectId>1</d2p1:CareTrajectId>
      <d2p1:ContractId>1</d2p1:ContractId>
      <d2p1:ContractLineId>1</d2p1:ContractLineId>
      <d2p1:DOTLocationId>1</d2p1:DOTLocationId>
      <d2p1:ProductId>2</d2p1:ProductId>
      <d2p1:ProductName>sample string 3</d2p1:ProductName>
      <d2p1:ProjectId>sample string 4</d2p1:ProjectId>
      <d2p1:ProjectName>sample string 5</d2p1:ProjectName>
      <d2p1:WorkTypeId>1</d2p1:WorkTypeId>
    </d2p1:ContractAppointment>
  </ContractAppointments>
  <EmployeeAppointments>
    <EmployeeAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 16</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">8</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 5</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <EmployeeId>1</EmployeeId>
      <EmployeeName>sample string 2</EmployeeName>
    </EmployeeAppointment>
    <EmployeeAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 16</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">8</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 5</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <EmployeeId>1</EmployeeId>
      <EmployeeName>sample string 2</EmployeeName>
    </EmployeeAppointment>
  </EmployeeAppointments>
  <EmployeeTimeRegistrationAppointments>
    <EmployeeTimeRegistrationAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <EmployeeId>3</EmployeeId>
      <EmployeeName>sample string 4</EmployeeName>
      <ContractOfServiceId>1</ContractOfServiceId>
      <OrganizationEntityId>1</OrganizationEntityId>
      <ProductId>2</ProductId>
      <WorkTypeId>1</WorkTypeId>
    </EmployeeTimeRegistrationAppointment>
    <EmployeeTimeRegistrationAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <EmployeeId>3</EmployeeId>
      <EmployeeName>sample string 4</EmployeeName>
      <ContractOfServiceId>1</ContractOfServiceId>
      <OrganizationEntityId>1</OrganizationEntityId>
      <ProductId>2</ProductId>
      <WorkTypeId>1</WorkTypeId>
    </EmployeeTimeRegistrationAppointment>
  </EmployeeTimeRegistrationAppointments>
  <GeneralAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:GeneralAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
    </d2p1:GeneralAppointment>
    <d2p1:GeneralAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">11</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 10</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 17</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">13</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 14</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 12</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">9</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 6</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>1</d2p1:ClientId>
      <d2p1:ClientName>sample string 2</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
    </d2p1:GeneralAppointment>
  </GeneralAppointments>
  <InterventionAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:InterventionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:InterventionId>0fe01b64-8fdc-4224-b79b-b5acf5d382e3</d2p1:InterventionId>
    </d2p1:InterventionAppointment>
    <d2p1:InterventionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:InterventionId>0fe01b64-8fdc-4224-b79b-b5acf5d382e3</d2p1:InterventionId>
    </d2p1:InterventionAppointment>
  </InterventionAppointments>
  <LegacyActionAppointments xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client">
    <d2p1:LegacyActionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ActionId>1</d2p1:ActionId>
    </d2p1:LegacyActionAppointment>
    <d2p1:LegacyActionAppointment>
      <ContractInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 19</ContractInfo>
      <CreatedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">12</CreatedById>
      <CreatedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 11</CreatedByName>
      <End xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</End>
      <FriendlyRecurrenceInfo xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 18</FriendlyRecurrenceInfo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">14</Id>
      <IsAllDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</IsAllDay>
      <Location xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 15</Location>
      <MovesToNextDay xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">true</MovesToNextDay>
      <Reason xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 8</Reason>
      <RecurrenceInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <d4p1:DayNumber>1</d4p1:DayNumber>
        <d4p1:Interval>Daily</d4p1:Interval>
        <d4p1:Month>1</d4p1:Month>
        <d4p1:OccurrenceCount>1</d4p1:OccurrenceCount>
        <d4p1:Periodicity>1</d4p1:Periodicity>
        <d4p1:Range>NoEndDate</d4p1:Range>
        <d4p1:RecurrenceEnd>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceEnd>
        <d4p1:RecurrenceStart>2026-05-26T21:11:04.6774754+02:00</d4p1:RecurrenceStart>
        <d4p1:WeekDays>Sunday</d4p1:WeekDays>
        <d4p1:WeekOfMonth>None</d4p1:WeekOfMonth>
      </RecurrenceInfo>
      <RecurrenceOccurrences xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
        <OccurrenceAppointment>
          <CreatedById>12</CreatedById>
          <CreatedByName>sample string 11</CreatedByName>
          <End>2026-05-26T21:11:04.6774754+02:00</End>
          <Id>1</Id>
          <Location>sample string 5</Location>
          <OccurrenceIndex>7</OccurrenceIndex>
          <ParentId>6</ParentId>
          <Reason>sample string 8</Reason>
          <Remarks>sample string 13</Remarks>
          <Start>2026-05-26T21:11:04.6774754+02:00</Start>
          <Status>Created</Status>
          <StatusChangedById>10</StatusChangedById>
          <StatusChangedByName>sample string 9</StatusChangedByName>
          <Title>sample string 4</Title>
          <Type>Occurrence</Type>
        </OccurrenceAppointment>
      </RecurrenceOccurrences>
      <Remarks xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 13</Remarks>
      <ShiftId xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">1</ShiftId>
      <Start xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">2026-05-26T21:11:04.6774754+02:00</Start>
      <Status xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Created</Status>
      <StatusChangedById xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">10</StatusChangedById>
      <StatusChangedByName xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 9</StatusChangedByName>
      <Title xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">sample string 7</Title>
      <Type xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">Normal</Type>
      <d2p1:ClientId>2</d2p1:ClientId>
      <d2p1:ClientName>sample string 3</d2p1:ClientName>
      <d2p1:ContractOfServiceId>1</d2p1:ContractOfServiceId>
      <d2p1:EmployeeId>1</d2p1:EmployeeId>
      <d2p1:EmployeeName>sample string 4</d2p1:EmployeeName>
      <d2p1:EmploymentId>1</d2p1:EmploymentId>
      <d2p1:ActionId>1</d2p1:ActionId>
    </d2p1:LegacyActionAppointment>
  </LegacyActionAppointments>
</EmployeeAppointmentsCollection>