INPUT_OBJECT
UpdateAppointmentInput
link GraphQL Schema definition
- input UpdateAppointmentInput {
- : String
- # Unique identifier of entity.
- : ID!
- : UUID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the appointment type.
- : ID
- # Id of the currency exchange rate list applied to this appointment.
- : ID
- # Free-form description of the appointment.
- : String
- # Duration of the appointment, derived from start/end dates.
- : Float
- # End timestamp of the appointment.
- : DateTime
- # True when invitees are allowed to edit the appointment. Defaults to false.
- : Boolean
- # True when the recurrence series is still generating new occurrences. Read-only.
- : Boolean
- # True when this occurrence has been modified independently of the recurring
- # series. Read-only.
- : Boolean
- # Free-text physical location of the appointment.
- : String
- # Online meeting link associated with the appointment (join URL plus meeting type,
- # e.g. Zoom, Teams). Empty when the appointment has no online meeting attached.
- : AppointmentMeetingInput
- # Original date of this occurrence in the recurring series. Set automatically.
- : DateTime
- # Email of the user organising the appointment. Set automatically and used as the
- # reply-to address in invitation emails.
- : String
- # Id of the appointment owner.
- : ID
- # Id of the master appointment.
- : ID
- # iCalendar RRULE string describing the recurrence pattern (e.g.
- # "FREQ=WEEKLY;BYDAY=MO,WE"). Empty for non-recurring appointments.
- : String
- # IANA timezone the recurrence rule is evaluated in.
- : String
- # Id of the appointment schedule.
- : ID
- # IANA timezone the appointment was booked in (e.g. "Europe/Bratislava"). Used to
- # evaluate availability against the schedule.
- : String
- # Start timestamp of the appointment.
- : DateTime
- # Short summary line shown in calendars and lists.
- : String
- # Id of the sales unit.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Accounts this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Contacts this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Leads this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Opportunities this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Projects this appointment is linked to, including the per-objective ordering.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Quotes this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Custom entity records this appointment is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Non-user invitees on this appointment, identified by email. Contacts are
- # auto-linked when their email matches an existing Contact record.
- : [CreateAppointmentContactInviteesRelationNoAppointmentBackrefInput!]
- # Internal-user invitees on this appointment.
- : [CreateAppointmentClientInviteesRelationNoAppointmentBackrefInput!]
- : String
- : String
- : String
- # Documents linked to this appointment.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Comments authored on this appointment.
- : [CreateActivityCommentNoActivityBackrefInput!]
- # Tag labels applied to this appointment.
- : [CreateTagRelationNoAppointmentBackrefInput!]
- }