itchyny / calendar.vim

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

Invalid date format for events when I try to add a new event. #124

Closed ahmedelgabri closed 7 years ago

ahmedelgabri commented 7 years ago

I get this error when I try to add an event with this format 20/07/2017 09:00 - 22/07/2017 10:00 Test event

[calendar] Invalid value for: Invalid format: "4/7 20/7 10:00" is malformed at "/7 20/7 10:00"

This the config I have:

let g:calendar_google_calendar = 1
let g:calendar_first_day='monday'
let g:calendar_date_endian='little'
let g:calendar_date_separator='/'
let g:calendar_date_month_name=1
let g:calendar_views=['year', 'month', 'week', 'day', 'event', 'agenda']
let g:calendar_cyclic_view=1
itchyny commented 7 years ago

Thanks for your bug report!

ahmedelgabri commented 7 years ago

Thanks for the quick fix @itchyny!