Arun Raj
Arun Raj

Reputation: 85

my requirement is to create a text file and save this to database

my requirement is to create a text file from a string and save this to database and sent this text file as attachment via mail.Is it possible. Please help.

The exact need is to create a ics file but first i need to try with a text file.

I don't have any idea about the lotus note application development i have knowledge in angular and react application develoement only

Upvotes: 0

Views: 86

Answers (1)

stwissel
stwissel

Reputation: 20384

Your requirement is not to create a file. Your requirement is to send out a calendar invitation. Most likely you can just create a Notes document in calendar format and call the document.send() method.

Fields needed are described here: http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/WPNotesCSSchema/$File/csschema.PDF

You can also create a calendar entry in your mailbox in Notes and use the property dialogue to check it.

Notes will take care of creating the ics attachment automagically for Internet receipients.

Upvotes: 1

Related Questions