benjypng / logseq-datenlp-plugin

MIT License
74 stars 6 forks source link

Recognize the time in French #12

Closed bepolymathe closed 2 years ago

bepolymathe commented 2 years ago

Hi,

I would like to use more systematically the "parse date" function to insert a date but also a time.

If I try to add a discussion today at such and such a time only the date is recognized (not the time). Several questions:

  1. What is the expected format for the French language? I tried 17:15 or 17h15 but it does not work.
  2. Once it works, would it be possible to insert start-time instead of time in the block for a better combination with your other calendar plugin?

Thanks in advance for your answer. Great job with these plugins!

benjypng commented 2 years ago

Apologies, I do not speak French. How do you describe an event with time in French?

To use this plugin with the calview plugin, you need to use @from with semi-auto parsing turned on. E.g.

Go to the gym @from 5 to 5:30pm tomorrow
bepolymathe commented 2 years ago

Hi,

No problem. We usually use :

15h or 15:00 for 3pm

15h30 or 15:30 for 3:30pm

Allways in 24Hours format.

To use this plugin with the calview plugin, you need to use @from with semi-auto parsing turned on. E.g.

Ok, thanks for clarification.