devict / devict-hubot

devICT Slack Hubot!
http://devict.slack.com
10 stars 13 forks source link

events: three events at the same time breaks our de-duplication efforts #49

Closed jcbwlkr closed 6 years ago

jcbwlkr commented 7 years ago

Currently when we have events like this with the same time, place, and name:

| Mon 02/06 07:00pm | devICT     | ⇪ Study Hall           | The Labor Party        |
| Mon 02/06 07:00pm | WWC        | ⇪ Study Hall           | The Labor Party        |

We combine them like this

| Mon 02/06 07:00pm | WWC/devICT | ⇪ Study Hall           | The Labor Party        |

Our combining code fails in there's a combo breaker in the middle like this

| Mon 02/06 07:00pm | devICT     | ⇪ Study Hall           | The Labor Party        |
| Mon 02/06 07:00pm | MakeICT    | Maker Mondays - free.. | MakeICT Makerspace     |
| Mon 02/06 07:00pm | WWC        | ⇪ Study Hall           | The Labor Party        |