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 AppointmentInfo : Carrier
public AppointmentInfo()
public virtual string Agenda { get; set; }
public virtual bool AnySendEmail { get; set; }
public virtual int AppointmentId { get; set; }
public virtual int AssociateId { get; set; }
[JsonIgnore] public ColorIndex? ColorIndex { get; set; }
[JsonProperty("ColorIndex")] public string ColorIndex_String { 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 IsBooking { get; set; }
public virtual bool IsBookingMain { get; set; }
public virtual bool IsBusy { get; set; }
public virtual bool IsCompleted { get; set; }
public virtual bool IsPrivate { get; set; }
public virtual bool IsRecurring { get; set; }
public virtual bool IsTentative { get; set; }
public virtual bool IsVideoMeeting { get; set; }
public virtual int MotherAssociateId { get; set; }
public virtual int MotherId { get; set; }
[JsonIgnore] public AppointmentExternalOwner? OwnedExternally { get; set; }
[JsonProperty("OwnedExternally")] public string OwnedExternally_String { get; set; }
public virtual string PersonName { get; set; }
public virtual string ProjectName { get; set; }
public virtual RecurrenceInfo RecurrenceInfo { get; set; }
public virtual bool SendEmail { get; set; }
public virtual DateTime StartDate { get; set; }
public virtual string TaskName { get; set; }
public virtual string Title { get; set; }
Was this page helpful?