I'm using ABAP in SAP to generate an appointment in .ics Format and Mail this. If I open Outlook the Appointment is always an E-Mail which has the appointment as attachment. But I want the appointment to be direct identified by outlook, so that I can react with "Accept" "Reject" etc. The Image below shows the E-Mail which is generated with the ICS Event Content. If I use Googlemail it works. Someone has an idea? I'm missing the RSVP Buttons
Asked
Active
Viewed 344 times
0

Sebi
- 3,879
- 2
- 35
- 62
2 Answers
0
Try to save any appointment item in Outlook manually using the .ics file format. Then try to open that file from a hard drive. If it is opened correctly you just need to find the missed part/difference between two .ics files (generated by Outlook and yours).

Eugene Astafiev
- 47,483
- 3
- 24
- 45
0
The issue probably lies in MIME structure of the email that you are sending, not in the ics file itself. See Multipart email with text and calendar: Outlook doesn't recognize ics

Arnaud Quillaud
- 4,420
- 1
- 12
- 8