Posted 7 October 2020, 8:54 pm EST
Hello,I've bound appointments to my database through the smart designer like this:

When a new appointment is added, I try to get the eventid like this but it returns the guid.
Dim eventId As Integer = Val(eventArgs.Appointment.Key(0))
One things that is weird:
when loading the schedule, I'm filling info from database and it raises each time the appointmentadded event. in this case, I get the eventid and not the guid.