calendarItemsAll = [
{
id: "scheduled1",
location: "Im Marienpark 23, 12107 Berlin, Germany",
geolocation: { lat: 52.438082, lng: 13.36822 },
color: d3.schemeCategory10[1],
start: "2023-03-21T09:00:00+01:00",
end: "2023-03-21T10:00:00+01:00"
},
{
id: "scheduled2",
location: "Potsdamer Str. 182, 10783 Berlin, Germany",
geolocation: { lat: 52.493704, lng: 13.360434 },
color: d3.schemeCategory10[2],
start: "2023-03-21T10:30:00+01:00",
end: "2023-03-21T11:30:00+01:00"
},
{
id: "scheduled3",
location: "Jesse-Owens-Allee, 14053 Berlin, Germany",
geolocation: { lat: 52.511138, lng: 13.238996 },
color: d3.schemeCategory10[3],
start: "2023-03-21T13:00:00+01:00",
end: "2023-03-21T14:00:00+01:00"
},
{
id: "scheduled4",
location: "Lehrter Str. 57, 10557 Berlin, Germany",
geolocation: { lat: 52.533042, lng: 13.359729 },
color: d3.schemeCategory10[4],
start: "2023-03-21T16:00:00+01:00",
end: "2023-03-21T17:00:00+01:00"
},
{
id: "scheduled5",
location: "An d. Wuhlheide 263, 12555 Berlin, Germany",
geolocation: { lat: 52.457349, lng: 13.568059 },
color: d3.schemeCategory10[5],
start: "2023-03-22T10:00:00+01:00",
end: "2023-03-22T11:00:00+01:00"
},
{
id: "scheduled6",
location: "Rennbahnstraße 45, 13086 Berlin, Germany",
geolocation: { lat: 52.563628, lng: 13.455974 },
color: d3.schemeCategory10[6],
start: "2023-03-22T15:30:00+01:00",
end: "2023-03-22T16:30:00+01:00"
}
]