calPeriod::calPeriod(struct icalperiodtype const *aPeriodPtr)
    : mImmutable(false) {
  FromIcalPeriod(aPeriodPtr);
}
calPeriod::calPeriod(struct icalperiodtype const* aPeriodPtr)
    : mImmutable(PR_FALSE)
{
    FromIcalPeriod(aPeriodPtr);
}