Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
When does HasReminder become true?
posted

Hi,

I have a cutom appointment dialog. When I go to save the appointment, HasReminder is true even though I haven't created a reminder for the appointment.  Anyone have any ideas? I'd like to use HasReminder to determine whether the appointment has a reminder, but all of my appointmnets end up having a reminder.

Thanks

Rose

  • 305
    posted

    Never mind. I figured out the problem. The code was checking Appointment.Reminder.Enabled and this caused a remionder to be created and HasReminder to be true.