The calendar CF attribute for reference time units.
Note that deleting the calendar will adjust the reference time units for the default CF calendar (‘gregorian’), if necessary.
Examples
>>> u = Units()
>>> u.calendar = 'gregorian'
>>> u.calendar
'gregorian'
>>> u = Units(calendar='365_day')
>>> u.calendar
'365_day'
>>> del u.calendar