Calendar.intersection

Calendar.intersection(*others)

Returns a calendar containing dates from self which are also in all the others.

Parameters:

others (iterables) – Iterables of datetime.date objects

Return type:

Calendar