When I try to create a task from start hour X to end hour Y, initially, it calculates the duration correctly, but when scheduled in my calendar, it only shows for 30 mins (which is wrong in my case).
Example:
I add a task and write "Test stream today from 6 pm to 7 pm". The NLP algorithm detects the times and correctly calculates a duration of "1 hour", but when I press [Enter], the newly added task has a duration of 30 mins.
P.S. Everything is fine when I write "for {duration}" but the bug with the end time seems odd, so I wanted to point it out.