I have a web month view on a public page and I want to turn off adding and editing of appointments. How can I do this?
Thanks in advance!
Lisa said: I have a web month view on a public page and I want to turn off adding and editing of appointments. How can I do this?
Setting EnableAutoActivityDialog = False on the WebMonthView should be enough to prevent adding and editing through the UI.
That worked thank you. But I have a followup question. If there is data in the description of the event, then the user viewing this page with EnableAutoActivityDialog set to False cannot view the description of the event, is that correct? The mouseover only shows the title and location but not the text.
What I did was change the AppointmentAdd code to hide the save and delete and importance buttons but is there another page that exists in ig_common for viewing the event? Can I just let it call print?