GNOME Evolution Expression Functions Cheat Sheet

Example:

A filter that shows tasks that don’t have a due date or a start date.

(or (not has-due?) (not has-start?))

Reference in the code can be found here.