itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 71 forks source link

Abbreviated event times #182

Closed rogershijin closed 1 year ago

rogershijin commented 3 years ago

It might be nice if timestamps of the form "h" were interpreted as "h:00", so we could input events like

:EVENT 9-10 eventname or :EVENT 13-13:30 eventname.

itchyny commented 1 year ago

Recently I refactored the parsing implementation so revisiting this issue. Your first example is already parsed as month and day so cannot accept this the request. Sorry but closing.