Calendar constructor

Calendar({
  1. bool? autoAcceptInvitations,
  2. ConferenceProperties? conferenceProperties,
  3. String? dataOwner,
  4. String? description,
  5. String? etag,
  6. String? id,
  7. String? kind,
  8. String? location,
  9. String? summary,
  10. String? timeZone,
})

Implementation

Calendar({
  this.autoAcceptInvitations,
  this.conferenceProperties,
  this.dataOwner,
  this.description,
  this.etag,
  this.id,
  this.kind,
  this.location,
  this.summary,
  this.timeZone,
});