Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cl_appointment

Former Member
0 Likes
986

Dear Friends,

how to disable/Remove     accept  / tentative / Decline .. options from the appointment created from the class cl_appointment.

Thanks in advance for your valuable feedback.


Dear Friends,

how to disable/Remove     accept  / tentative / Decline .. options from the appointment created from the class cl_appointment.

Thanks in advance for your valuable feedback.


3 REPLIES 3
Read only

Former Member
Read only

0 Likes
868

Hi Artem Bozhuk,

Thank you for your support but unfortunately shared PDF is not helping me.

Read only

Former Member
0 Likes
868

internally perform appt_to_ical_event in the include LSSCIF07 is called where there is a hardcoding where 'RSVP' is set as true which means response is expected, so if 'RSVP' is set to false then accept  / tentative / Decline functionality will be disabled.