Page 1 of 1

Outlook reminder/Invite from SAS

PostPosted: Tue Mar 27, 2018 6:13 pm
by krishnaraj6eee
Is it possible to send an outlook reminder or an invite through SAS in mainframe?

Thanks,
Krishna

Re: Outlook reminder/Invite from SAS

PostPosted: Tue Mar 27, 2018 6:56 pm
by Robert Sample
Look at the Outlook API -- it will tell you whether or not what you want to do can be done, and how to do it if it is possible. Also note that the data will have to be transferred from the mainframe to the Windows machine, so that may introduce an entirely different set of requirements.

Re: Outlook reminder/Invite from SAS

PostPosted: Thu Apr 12, 2018 12:23 am
by vasanthz
Here is a way to create reminders and send them. But the method involves sending the reminder as an email .ics file
https://support.sas.com/resources/paper ... 6-2009.pdf

I don't think it would be possible to create a meeting and then send the invite using SAS, as it looks super complex - https://msdn.microsoft.com/en-us/librar ... -snippet-1