Is your feature request related to a problem? Please describe.
One could technically add a file to the caldb using the caldb.create_entry function with it having been saved to disk.
Not sure how high priority this is because it hasn't yet been a problem, but we maybe want to close that loop-hole one day.
Describe the solution you'd like
I think the caldb.create_entry should probably chcek that the file exists.
Is your feature request related to a problem? Please describe. One could technically add a file to the caldb using the caldb.create_entry function with it having been saved to disk.
Not sure how high priority this is because it hasn't yet been a problem, but we maybe want to close that loop-hole one day.
Describe the solution you'd like I think the caldb.create_entry should probably chcek that the file exists.
Additional context