niles
niles copied to clipboard
Multiple calendars per display
add some sort of structure in storage for allowing multiple calendars per display
I think the format is going to look like
settings.json
{
"tz": "1",
"calendars": {
"default": [
"default@calendar"
],
"channel1id": [
"xyz@calendar",
"abc@calendar"
],
"channel2id": [
"def@calendar",
"ghi@calendar"
]
}
}
Hi, I manage multiple teams and I would love this feature!