Matrix reminder and calendar bot - RemindMe
October 20, 2024 · View on GitHub

A matrix bot that handles reminders and knows your agenda.
⚠️ The main branch currently contains the v2 which is not backwards compatible. v1 is moved to the similiar named branch. ⚠️
Example

📋 Features
- Schedule reminders
- Edit and delete reminders
- Timezone support
- Natural language understanding
- Quick actions via reactions
- Daily message with open reminders for the day
- Repeatable reminders
- Import reminders from an Ical link (via API)
- iCal export of all reminders
- Allow bot to be invited (enable in settings)
- Whitelist of matrix accounts to interact with (enable in settings)
- HTTP API (enable in settings)
Not yet ported to v2:
- Block users (via API)
The following features are seen as experimental, we do not recommend them for use in production. Data losses or data leaks might happen.
- Multi-User channels
👩🔧 Contribute
See our contribution guidelines.
🔍 How to use the bot
After you have installed the bot it will invite every user in the config in a channel. Accept the invite and you are ready to interact with it.
New Reminder
To make a new reminder talk to the bot like this:
make laundry at sunday 16:00walking with the dog 6ambrunch with alan at sunday
It tries to understand your natural language as best as it can.
List all available commands
To get all commands just type one of these lines:
commandslist all commandsshow all commandshelp
⚙️ Installation
See our installation guides. We provide docker container images or you can build the binary yourself.
📚 Further documentation
Take a look into our wiki. It provides you with further information and troubleshooting guides.
API
The bot offers an API. It needs to be enabled in the settings where the api key for the "Admin-Authentication" needs to be set.
Checkout the API documentation.