2019 Jul 26 1:15 PM
Hello,
I am trying to send an outlook appointment (ics) via email using the class CL_APPOINTMENT.
I referred to the blog https://archive.sap.com/documents/docs/DOC-10311.
But I need to send an recurring appointment. Is there any way of sending an recurring appointment.
Thanks and regards,
Purayil
Hello,
I am trying to send an outlook appointment (ics) via email using the class CL_APPOINTMENT.
I referred to the blog https://archive.sap.com/documents/docs/DOC-10311.
But I need to send an recurring appointment. Is there any way of sending an recurring appointment.
Thanks and regards,
Purayil
2019 Jul 26 3:20 PM
2019 Jul 26 3:45 PM
Hello Sandra,
thanks for the reply. But I could not figure out any method to set that. Can you please provide some help.
Regards,
Purayil
2019 Jul 26 8:23 PM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"
2019 Jul 26 8:23 PM
There's the demo program RSSC_DEMO_CL_APPOINTMENT_PERIO. There's a dialog to select the frequency (below). Select what you want in that dialog, and debug the code to see what classes, methods and parameter values are used.

2019 Jul 29 8:55 AM
Thanks for your reply Sandra, I had figured this out. If I understand correctly we need to create a Rule and add this rule to the appointment class.
Thanks,
Purayil
2019 Jul 29 9:14 AM
Sorry. I cannot say more than what I said, you'll have to figure it out by yourself.