Description:
DelNotifQueue is a program that allows examining content of system database "DB_notify_queue" and deleting unneeded records from that DB.
User defines which records are unneeded.
Database mentioned above contains records for every alarm or reminder set by the user.
In some cases alarm or reminder deletion in Calendar program doesn't delete the record in DB_notify_queue. As a result you will receive sudden alarm. Deleting of such a record with the help of DelNotifQueue will correct the situation.