more flexibility for weekday abbreviations
Opened this issue · 0 comments
glbert-does commented
specifically, people often use "thur" or "tues", but we only accept 3-letter abbreviations. maybe we could simply do approximate string matching.
edit: i see there's already some "fuzzy_match.ts", however i have no idea what it is used for or whether it could be used for matching weekdays.