avwuff / telegram-plans-bot

A bot to help make plans on Telegram.
15 stars 0 forks source link

Recurring events feature #11

Open hero760 opened 7 months ago

hero760 commented 7 months ago

It would be great to set up the event as recurring. I have an event that runs every week on a set date and time

So having the bot reset the created event, so the RSVP becomes empty again or automatically creating a new event that could be posted would be nice.

image

avwuff commented 7 months ago

It's a good idea! I've thought about it in the past. There's a couple issues with it:

  1. What should happen with the previous event? Does it just reset? Is there value in keeping the old one around?
  2. If it creates a new event, how does that get posted/communicated?

Maybe the best way for this to work would be if it kept a history of the previous event -- so it resets it, but you could click to see the previous attendee list for each previous occurrence.

Now it's just a matter of finding the time to work on it.