I am using the advanced template to to view additional information for appointments.
Everything works great, until I put somethign in thats 'recurrance'.
It prompts me asking whether to edit the single item, or the entire series.
Is there a way I can get rid of the prompt? Or force the response.
I dont care what the answer is, And it works no matter which option you pick, however, for obvious reasons, my users will not want to see that dialog, and it will confuse them.
I had hoped:
But that is for setting the edit type, and not the prompt.
Has anyone achived this or have any ideas?
Everything works great, until I put somethign in thats 'recurrance'.
It prompts me asking whether to edit the single item, or the entire series.
Is there a way I can get rid of the prompt? Or force the response.
I dont care what the answer is, And it works no matter which option you pick, however, for obvious reasons, my users will not want to see that dialog, and it will confuse them.
I had hoped:
function OnClientAppointmentEditing(sender, eventArgs) {
eventArgs.get_editingRecurringSeries(
false)
}
But that is for setting the edit type, and not the prompt.
Has anyone achived this or have any ideas?