DreamExposure / DisCal-Discord-Bot

DisCal is a Discord Bot that links up to a Google Calendar to create, delete, edit, and announce events and more!
GNU General Public License v3.0
112 stars 44 forks source link

More complex announcement settings #49

Open NovaFox161 opened 4 years ago

NovaFox161 commented 4 years ago

Is your improvement request related to a problem? Please describe. Add the ability to have more complex settings for announcements, so that one can set the announcement to announce during, or even after an event has occurred.

Describe the solution you'd like Add a flag that allows setting an announcement to be posted before, during, or after an event.

Describe alternatives you've considered N/a

Additional context This is already roughly implemented in the backend, but beyond the database and object properties, is not really handled, effectively a hidden setting. I have yet to fully flesh out the code for actually handling how those announcements will be calculated, but implementing it in the front end should essentially be plug and play.