Calendar.difference¶ Calendar.difference(*others)¶ Returns a calendar containing dates in self and not in others. Parameters: others (iterables) – Iterables of datetime.date objects Returns: The difference of this calendar with others Return type: Calendar