Calendar Button

Hi allIn the past I used a calendar button to open a calendar in a specific format on a specific date with the formula below:

@Command([OpenCalendar];@UserName);

@Command([CalendarFormat]; “7”);

@Command([CalendarGoTo];@Date(2005; 5; 12))

Since we changed to notes 8 and mail template 8 the button only works partly

calender will be opended: yes

calendar changes to the required format: no - last opened format

calendar opens on required date: no - it opens the current date

any ideas?