niles icon indicating copy to clipboard operation
niles copied to clipboard

Need ability to "confirm" event

Open DeFlanko opened this issue 6 years ago • 1 comments

Enhancement request

First and foremost, i love this bot, it so simple.

I'd like to add a layer of sophistication to it to where if i create an event, members of the Discord can confirm going to it.

For example, if I create a RAID event !create RAID Saturday 10am -2pm , members of the discord should be able to do something like !confirm RAID DeFlanko Saturday 10am !confirm <Subject> <Gamertag> <Date>

That info could reside inside the comments of the Event.

Even fancier, if possible, set a need count too like !need 6 Saturday 10am so this way in the comments it will show 6/6 at first, but everytime someone confirms to it the count number changes by one till 0

for Example: 2019-07-29_23-20-11

DeFlanko avatar Jul 30 '19 06:07 DeFlanko

curious, are you open to PRs?

the Google Calendar API has methods for modifying attendees as a list and for modifying attendees[].responseStatus

curious if you wanted to implement it with the Calendar API, modify the description of the event or handle it within the bot's "database"

mchangrh avatar Apr 19 '20 18:04 mchangrh