what is the connection between .isremoved and whether or not a reminder is dismissed
the following code appears to mark any reminder that is dissmissed as isremoved.
var newAppt = new Appointment(appt.TIMESTAMP, appt.TIMESTAMP);
// IMPORTANT, do this first as it clears the Appt.Tag parameter if (appt.REMINDER_TIME != null) { newAppt = Appointment.FromBytes(appt.REMINDER_TIME); }
is that right once a reminder is dismissed the appointment should no longer show in thecalander view?
Hello,
Once a reminder is dismissed it is still showing in the control and is in the 'Appointments' collection. This is the expected behavior and the Microsoft Outlook application behaves in the same way.
Please let me know if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.