[
  {
    "id": 1,
    "title": "Dentist",
    "details": "Dentist moved to new plaza",
    "date": [
      2,
      18,
      2022,
      "05",
      "00",
      "pm"
    ],
    "important": true
  },
  {
    "id": 2,
    "title": "Pay bills",
    "details": "Water and electricity are due",
    "date": [
      2,
      5,
      2022,
      "09",
      "15",
      "am"
    ],
    "important": true
  },
  {
    "id": 3,
    "title": "Birthday",
    "details": "Martha's hosue",
    "date": [
      2,
      15,
      2022,
      "08",
      "00",
      "pm"
    ],
    "important": false
  },
  {
    "title": "gafa",
    "details": "howdy ho",
    "important": true,
    "date": [
      2,
      4,
      2022,
      "02",
      "50",
      "am"
    ],
    "id": 4
  },
  {
    "title": "Test",
    "details": "tersteaterwatesatea",
    "important": false,
    "date": [
      3,
      6,
      2022,
      "04",
      "59",
      "pm"
    ],
    "id": 6
  },
  {
    "title": "Somethingddddddddd",
    "details": "Description of some thingy",
    "important": true,
    "date": [
      2,
      25,
      2022,
      "08",
      "36",
      "am"
    ],
    "id": 7
  }
]