Calendar.join#

Calendar.join(other, *, on=None)#

Returns a calendar containing all dates in self to (and including the given on date) and dates in other (from and including the on date).

In on is not provided, defaults to the last date in self.

Parameters:
  • other (iterable) – Other calendar

  • on (datetime.date) – date from which to join the two calendars together

Return type:

Calendar