DXLImporter Error on Appointment Form

Hi, When I try import dxl file(Appointment.dxl) using NotesDXLImporter object it is giving the following error in Importer Log

<?xml version='1.0'?>

Invalid parameter passed to function DXL importer operation failed

Actually this dxl file created from Server Mail database using NotesDXLExporter object.

This error is happening only when I select “_Calendar Entry” form in this database(alias name is Appointment), i have tested with “Task” form it works fine.

Any help regaring this issue appreciated.

Subject: DXLImporter Error on Appointment Form

I don’t suppose you’ve taken a look at line 13?

Subject: RE: DXLImporter Error on Appointment Form

I have take look at the line 13 it is below

<form name='_Calendar Entry' alias='Appointment' hide='web' noquery='true'

htmlallfields=‘true’ publicaccess=‘true’ designerversion=‘6.5’ language=‘en’

mailable=‘true’>

Interesting bug i found in Calendar form,

in Notes field, if it is of type

RichTextLite it is giving error, If I changed it to Richtext it is working.

any idea?