Given there is 'monthly meetup' event
When date time is '2020/01/01 20:00'
Event 'monthly meetup' will be marked as started
[ ] Scenario: Ending an event
Given there is a 'monthly meetup' event ending at '2020/01/01 22:00'
When date and time is '2020/01/01 22:00'
Event 'monthly meetup' will be marked as ended
As a system