Hi there ~ I'm hoping someone has run into this issue and can help me, since I've seen a few using there own custom add appointment forms...
So, I have my own add appointment popup form and after I add or edit, using javascript, I close the popup and refresh the parent in order to display the new appointment. Now, if they had scrolled to say July in the MonthView to add a new July Appointment, using the parent refresh makes the MonthView return to the current month (April).
I need to have the new or updated appointment appear, but also stay on the currently selected month/ week/ day. Any ideas?
Thanks in advance,
Terri
When you do your refresh from coming back from your custom form pass the current date as a querystring and then just set it on page load.
How are you doing the refresh? I also use a custom form but I'm unable to refresh parent page when adding/updating an appointment?
Could you please tell me how?
Thanks
put a function on your main page (the one that has the calendar) then when you close your appointment form say something like:
parent.myFunction();
in the myFunction() either do a post back and or refresh the content directly using client side api