The wsInfo.AppointmentFormPath has been set to my cutsom page.
The page comes up with no issue, how do I access the appointment id?
There does not appear to be a session object (I could be wrong) that has the value(s) and there is no query string on the request.
Hello,
Thank you for posting in our community!
It seems there is not such method in the API to get an appointment by the id directly.I believe you could refer to the following sample where a similar approach is used. AppointmentFormPath is set pointing to the particular page AppointmentAdd.aspx. What is more, the appointments and resources are manually persisted using Session state.https://ko.infragistics.com/samples/aspnet/schedule/bind-genericdataprovider-to-icollection Alternatively, it is worth to mention it is possible to get appointments based on the date using GetAppointmentsForDate.https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/27618/unique-identification-of-activity
Additional Info:ClientSide API is to be found here:https://ko.infragistics.com/help/aspnet/webschedule-csom
You could find the official documentation (including API) regarding WebScheduleInfo here: https://ko.infragistics.com/help/aspnet/web-webscheduleinfo When working with AppointmentFormPath - The path of the Appointment Dialog, there are several point to keep in mind Guidelines for Customizing the Appointments and Reminders Forms
Unfortunately the information from the links did not work, for that matter the some sample code provided did not work.
Is there a way to just capture the double click on the monthview capture the id of the current appointment, and avoid the pop-up altogether?