Setting Appointments and Meetings through Note Info

Asked By 0 points N/A Posted on -
qa-featured

Using X API I wrote an EXTMGR_ADDINS. It used to send messages to my other application while creating and editing a meeting. I recorded the EM_NSFNOTECREATE and EM_NSFNOTEUPDATEXTENDED events. I receive the note information if the file is “Appointment” and able to send it. But when I create and edit a new Note I can't get the Note Information (I can get the note handle but its file name isn't "Appointment"). By deleting event in the EM_NSFNOTEDELETE I can get the note info.

I find out that while editing it will create and update event, and it will also copy and make an update when creating a new meeting. In order to fix it I used a temp way. Then in order to recognize whether it is creating or editing a meeting I set an ensign and I get the Note Info in the EM_NSFNOTECLOSE event. But I think it’s risky? What is the best way to do it?

SHARE
Answered By 10 points N/A #119031

Setting Appointments and Meetings through Note Info

qa-featured

The problem might be with how you have set the appointments. You will need to try the following and see if it will help resolve the issue.

  • In the Subject field line, you will need to enter a subject.
  • And then you will look for the When fields, and there you will need to choose a start and end date and also the time for the meeting.
  • You will also need to set the location in the When fields.
  • Next you will navigate to the Invitees fields, and there you will need to enter the names of the people that you want to invite.
  • Once you have done all that you will then click the Save and Send Invitations button on the Action bar

-Thompson Locker

 

Related Questions