Calendars appointment are not migrated when date filters are used.
WORKAROUND
1. Locate the [General] section in the Global Default Settings.
2. Add this parameter MigrateRecurringBeforeRange=1.
Details:
Determines whether the Wizard will (1) or will not (0) migrate all instances of a recurring appointment or task when the first instance occurs prior to the range of a specified date filter (if any has been defined), but the last instance occurs within or after the date filter range. For example, if a date filter had been defined to migrate only mail and calendar items from October 10 through 25, and a recurring weekly appointment or task has been defined to run three weeks beginning October 1 (so appointments occur on October 1, 8 and 15), then: MigrateRecurringBeforeRange=1 would tell the Wizard to migrate all three instances of the series.
Likewise, if the same October 10-25 date filter were defined, and a recurring weekly appointment spanned five weeks beginning October 1 (for instances on October 1, 8, 15, 22 and 29), then MigrateRecurringBeforeRange=1 would tell the Wizard to migrate all five instances. If MigrateRecurringBeforeRange=0, none of the instances of a recurring appointment or task set before and/or after the date filter will not be migrated.
How to edit the Global Default Settings:
Within Notes Migration Manager:
1. Select File | Global Default Settings.
The program then opens the Global Default Settings into Windows Notepad.
Within Notepad, the settings look like the contents of an INI file, but they are actually saved as a part of the SQL Server database rather than as an independent INI file.
2. Find the pertinent [SectionName] for the parameter whose value you want to specify or edit.
3. Add the parameter or edit its value, as appropriate. Caution: Some parameters in different sections share the same keyname, so it is very important that parameter values be entered and edited in the correct sections.
4. Repeat steps 2 and 3 as often as necessary to make as many additions and changes to the parameters as needed.
5. Close Notepad.
Notes Migration Manager will then copy the new parameter value(s) back into the SQL Server database.