expertanalytics / expertanalytics/bot-api
Make `next` command display next scheduled event
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The `next` command will only check if the next date in the calendar is scheduled, not find the actual next scheduled event. E.g., if we have the following calendar,
```text
Thu 1 Jun (no event scheduled)
Wed 14 Jun (event scheduled)
```
`/c next` will respond with "No upcoming events.", which is a bit confusing. Should return the next scheduled event in this case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.