Hello everyone,
I have returned with a different question this time. I am using the Android version of Memento Database and I am trying to use Calendar view for easy viewing and tracking of work orders on a specific date. However, all of the entries are colored red. I would like to change the color of the entry in the calendar based on conditions present in the entry. The placement on the calendar is based on separate fields named "Estimated Start Time" and "Estimated Duration".
For example, if "Work Order Start Time" is empty, the entry background in the calendar should be red.
If "Work Order Start Time" is not empty, but "Work Order End Time" is empty, it should be yellow.
If "Work Order Start Time" and "Work Order End Time" are not empty, the color should be green.
I've been digging through the docs as best as I can, and I haven't seem to found a way to do this. Changing the colorization of the field doesn't appear to do anything in the Calendar view.
Is this even possible in Memento? If it's not, then maybe I'll have to consider storing a symbol such as an emoji checkmark to the entry title to create a visual distinction between finished and unfinished work orders.
Best Regards,
Brandon