View Single Post
  #1  
Old September 12th 07, 01:38 AM posted to microsoft.public.outlook.program_addins
Kevin Ramsey
external usenet poster
 
Posts: 1
Default Outlook Addin - Calendar DragDrop

Hi There,
I have developed a Custom Task Pane for Outlook that allows asset navigation
and display of maintenance jobs required for each asset. I wish to enable the
user to select one or more maintenance jobs and drag/drop them onto the
Calendar as an appointment for the selected date/time. When I assign a simple
string as the object data for the dragdrop event, it works fine but this only
populates the new appointment body with the string. I have tried to assign a
new appointmentitem as the dragdrop object data but the dragdrop is not
subsequently allowed by outlook.
Any ideas would be most welcome!
Ads