Import your ICal events to Discord
This bot is not production ready and lacks a lot of features.
Because I haven't found any bot capable of importing events from a calendar to Discord. So I made one.
Should be simply as adding the bot to your server and start prompting it with /help to get further instructions
Use the .env file to create BOT_TOKEN and CLIENT_ID
Then docker run --env-file=.env ical2discord
- Ui icons created by IconMarketPK - Flaticon
- ical parser https://github.com/jens-maus/node-ical
- html2markdown https://github.com/crosstype/node-html-markdown
- abstract-level https://github.com/Level/abstract-level
- discord.js https://github.com/discordjs/discord.js