File size: 2,292 Bytes
5b58e89 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
{
"reminders": [
{
"rmid": 1,
"message": " learn python",
"date": "24/11/2022",
"status": "incomplete",
"day": "today",
"repeat": "no",
"time": "05:00"
},
{
"rmid": "317329a4-7639-41ec-b785-dbef654fad47",
"message": " buy fruits at ",
"status": "incomplete",
"time": "5:00 pm",
"date": "nodate",
"day": "tomorrow",
"repeat": "No repeat found"
},
{
"rmid": "8543e845-1263-4f5e-9e3d-e28425cf773b",
"message": " to finish task evening",
"status": "incomplete",
"time": "notime",
"date": "nodate",
"day": "today",
"repeat": "norepeat"
},
{
"rmid": "d6fafd32-ceea-455d-9125-3ecfee55034a",
"message": " buy flowers",
"status": "incomplete",
"time": "notime",
"date": "nodate",
"day": "noday",
"repeat": "norepeat"
},
{
"rmid": "1d3d95da-e923-4eb8-9f95-d97f9677b883",
"message": " me on to go to markett",
"status": "incomplete",
"time": "notime",
"date": "nodate",
"day": "wednesday",
"repeat": "norepeat"
},
{
"rmid": "99d0a2b9-9054-4778-85d6-5120525f554c",
"message": " do 20 pushups before lunch",
"status": "incomplete",
"time": "notime",
"date": "nodate",
"day": "today",
"repeat": "norepeat"
}
],
"notes": [
{
"nid": 1,
"date": "29/11/2022",
"time": "18:10:05",
"content": "this is the firstt note"
},
{
"nid": "8f3a9410-8a01-474d-8565-d862ba675cd4",
"date": "02/08/2023",
"time": "12:47:13",
"note": " that we need to exercise more"
},
{
"nid": "54887a03-9ebe-4868-bc8b-e3d6e49e877a",
"date": "02/08/2023",
"time": "13:46:33",
"note": " we need to bring sanah from school"
}
]
} |