Load table items that do not have a relation

Is there a way to load only those table items that do not have a certain relation?

Yes, use the following where clause:

calendar.objectId is not null

thanks Mark