19 lines
465 B
JSON
19 lines
465 B
JSON
|
|
[
|
|
{
|
|
"title": "Team Stand-up",
|
|
"time": "Today, 9:00 AM",
|
|
"details": "Daily check-in to sync on progress and blockers."
|
|
},
|
|
{
|
|
"title": "Design Review",
|
|
"time": "Today, 1:00 PM",
|
|
"details": "Review the new dashboard mockups and provide feedback."
|
|
},
|
|
{
|
|
"title": "Deployment",
|
|
"time": "Today, 4:00 PM",
|
|
"details": "Deploy the latest changes to the staging environment."
|
|
}
|
|
]
|