CalendarItemApi constructor

CalendarItemApi(
  1. String _sdkId
)

Implementation

CalendarItemApi(
	this._sdkId
	) : tryAndRecover = TryAndRecoverCalendarItemApi(_sdkId),
	encrypted = EncryptedCalendarItemApi(_sdkId);