forked from ryanmwangi/CalMerger
add calendars.json file to store calendar urls and prefixes
This commit is contained in:
parent
294747e5a5
commit
4548e452ac
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"url": "https://example.com/calendar1.ics",
|
||||
"prefix": "Calendar 1"
|
||||
},
|
||||
{
|
||||
"url": "https://example.com/calendar2.ics",
|
||||
"prefix": "Calendar 2"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue