RegisterProperties method

  1. @override
void RegisterProperties()
override
Registers properties.

Implementation

@override
void RegisterProperties() {
  super.RegisterProperties();

  this.RegisterProperty(ICalUid);
  this.RegisterProperty(ICalRecurrenceId);
  this.RegisterProperty(ICalDateTimeStamp);
  this.RegisterProperty(Start);
  this.RegisterProperty(End);
  this.RegisterProperty(OriginalStart);
  this.RegisterProperty(IsAllDayEvent);
  this.RegisterProperty(LegacyFreeBusyStatus);
  this.RegisterProperty(Location);
  this.RegisterProperty(When);
  this.RegisterProperty(IsMeeting);
  this.RegisterProperty(IsCancelled);
  this.RegisterProperty(IsRecurring);
  this.RegisterProperty(MeetingRequestWasSent);
  this.RegisterProperty(IsResponseRequested);
  this.RegisterProperty(AppointmentType);
  this.RegisterProperty(MyResponseType);
  this.RegisterProperty(Organizer);
  this.RegisterProperty(RequiredAttendees);
  this.RegisterProperty(OptionalAttendees);
  this.RegisterProperty(Resources);
  this.RegisterProperty(ConflictingMeetingCount);
  this.RegisterProperty(AdjacentMeetingCount);
  this.RegisterProperty(ConflictingMeetings);
  this.RegisterProperty(AdjacentMeetings);
  this.RegisterProperty(Duration);
  this.RegisterProperty(TimeZone);
  this.RegisterProperty(AppointmentReplyTime);
  this.RegisterProperty(AppointmentSequenceNumber);
  this.RegisterProperty(AppointmentState);
  this.RegisterProperty(Recurrence);
  this.RegisterProperty(FirstOccurrence);
  this.RegisterProperty(LastOccurrence);
  this.RegisterProperty(ModifiedOccurrences);
  this.RegisterProperty(DeletedOccurrences);
  this.RegisterInternalProperty(MeetingTimeZone);
  this.RegisterProperty(StartTimeZone);
  this.RegisterProperty(EndTimeZone);
  this.RegisterProperty(ConferenceType);
  this.RegisterProperty(AllowNewTimeProposal);
  this.RegisterProperty(IsOnlineMeeting);
  this.RegisterProperty(MeetingWorkspaceUrl);
  this.RegisterProperty(NetShowUrl);
  this.RegisterProperty(EnhancedLocation);
  this.RegisterProperty(JoinOnlineMeetingUrl);
  this.RegisterProperty(OnlineMeetingSettings);
}