Show follow-ups you are invited to
GetMyAppointments() will retrieve appointments for the currently signed-in user. To retrieve by associate ID, use GetPersonDiary() instead.Accept()
CallingAccept() is all it takes to turn an invite into an appointment in your diary. In real life, checking for conflicts 1st is recommended.
The 1st argument is the appointment ID. The 2nd is used with recurring meetings, and we’ll leave it at 0 for now.