niles-bot / niles

Niles - a Discord bot for interfacing with Google Calendar
http://nilesbot.com
MIT License
61 stars 22 forks source link

Multiple calendars per display #186

Open mchangrh opened 3 years ago

mchangrh commented 3 years ago

add some sort of structure in storage for allowing multiple calendars per display

mchangrh commented 3 years ago

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"
        ]
    }
}
mikylucky commented 3 years ago

Hi, I manage multiple teams and I would love this feature!