Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class AppointmentSyncData : Carrier
public AppointmentSyncData()
public virtual DateTime AlarmTime { get; set; }
public virtual int AppointmentId { get; set; }
public virtual string AppointmentText { get; set; }
public virtual string ContactDepartment { get; set; }
public virtual string ContactFullName { get; set; }
public virtual int ContactId { get; set; }
public virtual string ContactName { get; set; }
public virtual DateTime EndDate { get; set; }
public virtual bool HasAlarm { get; set; }
public virtual bool IsAllDay { get; set; }
public virtual bool IsAssignment { get; set; }
public virtual bool IsBusy { get; set; }
public virtual bool IsCompleted { get; set; }
public virtual bool IsInvitation { get; set; }
public virtual bool IsTentative { get; set; }
public virtual string Location { get; set; }
public virtual ParticipantSyncData[] Participants { get; set; }
public virtual string PersonFormalName { get; set; }
public virtual string PersonFullName { get; set; }
public virtual int PersonId { get; set; }
public virtual int ProjectId { get; set; }
public virtual string ProjectName { get; set; }
public virtual int SaleId { get; set; }
public virtual string SaleName { get; set; }
public virtual DateTime StartDate { get; set; }
public virtual string TaskName { get; set; }
Was this page helpful?