Skip to content

SQULS/Delphi-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi Generation

Php scripts for generator fake Delphi calendar data.

Event Details

Generates event details for the passed number of required entries. You can also pass an optional id which will be included in the final generated file name.

php EventDetails.php {number of entries} {id}

Sample output:

[
  {
    "ExternalId": "rtpkCnTtfHPeFZd0LA",
    "AccountName": "Delphi Testing",
    "AlternateAccountName": null,
    "AlternateBookingPostAs": null,
    "AlternateEventClassificationName": null,
    "AlternateFunctionRoomName": null,
    "BookingPostAs": "Meetings",
    "BookingTypeName": "Group",
    "EndDateTime": "2022-08-17BST13:00:00",
    "EventClassificationName": "Event 1",
    "ExternalAccountId": "5Ii0WpyQw3JJlQVegY",
    "ExternalFunctionRoomId": "5kr48rHNjp4V9ZMZJP",
    "FunctionRoomName": "Location 4",
    "LocationName": "Main Hall",
    "StartDateTime": "2022-08-17BST10:00:00",
    "AgreedAttendance": null,
    "AlternateName": null,
    "Description": null,
    "EstimatedAttendance": null,
    "ForecastedAttendance": null,
    "GuaranteedAttendance": null,
    "IsPosted": true,
    "Name": "Event 1",
    "SetAttendance": null,
    "ExternalBookingId": "8BtchfQYyb8zSZiuiT",
    "ExternalLocationId": "HNP4ibmQzy3TwJNpos",
    "Id": "ErS9f6bfVSMMK1aWefcbXoLOnIxfTJPNiUNc5WlNaNnSPtHg"
  }
]

About

Php scripts for generating fake Delphi calendar data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages