CalMerger/calendars.json

38 lines
859 B
JSON

{
"mergedCalendars": [
{
"id": "uniqueId1",
"calendars": [
{
"linkGroupName": "Group 1",
"url": "https://example.com/calendar1.ics",
"prefix": "Calendar 1",
"override": false
},
{
"linkGroupName": "Group 1",
"url": "https://example.com/calendar2.ics",
"prefix": "Calendar 2",
"override": true
}
]
},
{
"id": "uniqueId2",
"calendars": [
{
"linkGroupName": "Group 2",
"url": "https://example.com/calendar3.ics",
"prefix": "Calendar 3",
"override": false
},
{
"linkGroupName": "Group 2",
"url": "https://example.com/calendar4.ics",
"prefix": "Calendar 4",
"override": true
}
]
}
]
}