Calendar

fun Calendar(    creationDate: Long?,     startDate: Long?,     endDate: Long?,     title: String?,     description: String?,     location: String?,     sequence: Int?,     isVideoConference: Boolean = false)