My friend is working on an application that integrates with Lotus Notes Calendar.
For the calendar form, user can customize it to add new buttons. The app has code to add a template into _Calendar Entry to show a new button which will be able to send out invitation...
The way how it works is to open _Calendar Entry form and insert the template.When you click Calendar button on Notes home page, it will load _Calendar Entry form.
The app code use alias "Appointment" as the form name for _Calendar Entry.
This works well on version 7, but failed on version 8.5.
What they found is that there are two forms that have been linked to "Appointment":
one is _Calendar Entry and the other is _wCalendar Entry.
For some reason the code add the template to _wCalendar Entry, not _Calendar Entry.
when users use "Appointment" to open form, it opens _wCalendar Form.
Does anyone know where _wCalendar Entry is used?
For the calendar form, user can customize it to add new buttons. The app has code to add a template into _Calendar Entry to show a new button which will be able to send out invitation...
The way how it works is to open _Calendar Entry form and insert the template.When you click Calendar button on Notes home page, it will load _Calendar Entry form.
The app code use alias "Appointment" as the form name for _Calendar Entry.
This works well on version 7, but failed on version 8.5.
What they found is that there are two forms that have been linked to "Appointment":
one is _Calendar Entry and the other is _wCalendar Entry.
For some reason the code add the template to _wCalendar Entry, not _Calendar Entry.
when users use "Appointment" to open form, it opens _wCalendar Form.
Does anyone know where _wCalendar Entry is used?