In Outlook Calendar, NVDA now announces selected time slot when pressing arrow keys. Initial work for #3934.
In Outlook app module, added a class for working with calendar day view. This class is a copy of address entry except it checks for a specific window class name. f Calendar's window class name is same as address book entry, we might as well use address book entry code in calendar code.
This has an issue - when moving to next or previous date, NvDA sitll announces apointment header, which is quite anoying. HOpefully let's find a fix for it.
Initial work on ticket 3934.