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

Recurring ics appointment using CL_APPOINTMENT

Former Member
0 Likes
2,421

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

6 REPLIES 6
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,048

Not all rules are possible. Daily, yes.

Read only

Former Member
0 Likes
2,048

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

Read only

0 Likes
2,048

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"

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,047

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.

Read only

0 Likes
2,047

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

Read only

0 Likes
2,047

Sorry. I cannot say more than what I said, you'll have to figure it out by yourself.