Interact with .ics file

Hi All,

I need help with extracting subject and sender of .ics file. This .ics file will be forwarded to an outlook mailbox.

I have already written code to extract subject and sender for .msg and .eml file.

The problem with .ics file is that it doesn’t work with interop outlook library.

Please help!

Regards,
Abhishek Miglani

Hi @miglani18,

Can you share a sample .ics ?

Regards,
MY

Open it as a text file, (Read Text File) then you can regex your way into the Organizer

This is how an ics looks like as text:
image

1 Like

Thanks for the example.

You can only use the robot to the point of converting these files to text documents.

Then integrate your code according to this file.

worked like a charm for both .eml and .ics files. :slightly_smiling_face:

Thank you guys for your time!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.