r.eventadd recurrence starttime endtime leadtime text command to add -- recurrence should be once or a day of week.
r.eventdel number should delete an event
Backend:
Multilayer array with events organized by channel then ID
Scheduler to ensure posting time
Serializing datastore to disk on update
Deserializing from disk on startup
We should add an inline event system for channels, akin to https://raidorganizer.org/.
Requirements:
* `r.eventlist` command to show events with number ID
* `r.eventadd recurrence starttime endtime leadtime text` command to add -- recurrence should be `once` or a day of week.
* `r.eventdel number` should delete an event
Backend:
* Multilayer array with events organized by channel then ID
* Scheduler to ensure posting time
* Serializing datastore to disk on update
* Deserializing from disk on startup
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
We should add an inline event system for channels, akin to https://raidorganizer.org/.
Requirements:
r.eventlistcommand to show events with number IDr.eventadd recurrence starttime endtime leadtime textcommand to add -- recurrence should beonceor a day of week.r.eventdel numbershould delete an eventBackend: