Import/Export File Format

The file format is JSON, with the events properties as arrays. It works the same for both v1 and v2.

File Example


{
  "events": [
    {
      "name": "Volunteering",
      "date": "2020-01-30",
      "id": "any-unique-string-works"
    }
  ]
}