🤖 Robertvend's Bot Manual 🐦

Hello, my name is Robert Vanden Eynde and I made my Telegram bot, you can contact me on telegram if you have any question or want to contribute to the project.

Commands

Module event

Appendix

Group or private message

The bot can be used in both group chats and private messages. In a group chat, the bot will respond to commands issued by any member of the group. In a private message, the bot will only respond to commands issued by the user who initiated the conversation.

For example, when adding an event using /addevent, the calendar is shared in the whole group, in private message it's only for you, your personal calendar.

Timezones

To set your personal timezone, use the command /mytimezone followed by your timezone. For example, if you are in New York, you would use /mytimezone America/New_York. The bot uses the IANA time zone database format for timezones, you can find the list of valid timezones here.

/mytimezone America/New_York
                Timezone set to America/New_York
            
If the chat/group has only one timezone, you can set the group's timezone so that not everyone will need to set their timezone
/chatsettings event.timezones America/New_York
                Group timezone set to America/New_York
            
If you have a group with multiple timezones, you can just set multiple timezones but it will be more complex to manage.
/chatsettings event.timezones America/New_York Europe/London
                Group timezones set to America/New_York Europe/London
            
/mytimezone America/New_York
/addevent Today 10:00 Online chat
                Event!
                📃 Online chat
                🗓️ Monday 20/04/2026
                ⌚ 10:00 (America/New_York)
                ⌚ 15:00 (Europe/London)