I see that I get an error when I try to drop a TCalendar on a form so that's definitely not working. It does appear as though TCalendarDialog is implemented though (unless it depends on TCalendar).
TCalendarDialog as well as TDateEdit will create an error at runtime because they both rely on the implementation of TCalendar.
I didn't register the TOvcCalendar component with the package since I didn't think it was needed, but I believe it has been ported since one or two of the other controls depended on it or its unit. You could poke around there and see if it works.
I had a quick look at the ported Orpheus package. It seems that the calendar component has not (yet) been ported because the original Delphi sources use a form (dfm) for the visual part, for which there is no equivalent lfm in the port. The non visual part of the calendar logic is effectively available, though.
I did not yet investigate further, but maybe porting the visual part is not such a big deal... I'll see if I can find a bit of time to, at least, look at it.
We should maybe start another thread for this...