For some reason ActivityUpdating (or Deleting or Adding) is just not firing for me. I bring up the appointment editor form, type some stuff, hit Save, my schedule page reloads, but the server event never fires. Any ideas why?
PS - I should add that it's the Server event that doesn't fire. The client side event does.
Is the appointment showing up after it returns from the server?
-SteveZ
I've actually made some changes to how I was processing things... so I don't actually need the client side ActivityUpdating at all.
But perhaps it was because I wasn't using ajax/smartupdates at the time and maybe the client side event doesn't fire until the page posts back? I'm not really sure.