insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.33k stars 314 forks source link

CreateEventFromVOBJ: if there is no dtend, use the duration if available #771

Closed dbarnett closed 2 months ago

dbarnett commented 2 months ago

Fixes #486.

Credit: Changes taken from #282 and rebased onto main, with trivial cleanups and a tweak to the dtstart-only case (30m duration + info message instead of 0m duration).

dbarnett commented 2 months ago

Alright @tschwinge @jcrowgey I'm happy with my updated version of these changes. LMK if either of you wants to take a look before I merge them.