We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version information. 4.8.1
Bug description. When importing .ics file (calcurse -i /path/to/file.ics) different entries share the same hash, for example:
calcurse -i /path/to/file.ics
06/14/2024 @ 15:00 -> 06/14/2024 @ 17:00>dd428b97c3fbd9c3ffb92d563541d329047e32cd |Cognitive Psychology - resit digital re-examination 06/27/2024 @ 08:30 -> 06/27/2024 @ 10:30>dd428b97c3fbd9c3ffb92d563541d329047e32cd |General Linguistics - resit re-examination
Therefore they also share the same note.
Reproduce.
Download this file
import with calcurse -i /path/to/file
calcurse -i /path/to/file
cat ~/.calcurse/apts | grep dd428b97c3fbd9c3ffb92d563541d329047e32cd
~/.calcurse/apts | grep dd428b97c3fbd9c3ffb92d563541d329047e32cd
Expected Behavior. The imported appointments should have distinct hash.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version information.
4.8.1
Bug description.
When importing .ics file (
calcurse -i /path/to/file.ics
) different entries share the same hash, for example:Therefore they also share the same note.
Reproduce.
Download this file
import with
calcurse -i /path/to/file
cat
~/.calcurse/apts | grep dd428b97c3fbd9c3ffb92d563541d329047e32cd
Expected Behavior.
The imported appointments should have distinct hash.
The text was updated successfully, but these errors were encountered: