How can I implement SharePoint calendar on internet facing anonymous site? Users are able to view the calendar but not able to view the attachments or detail of the event. I have set ViewFromPageLockdown property to yes and I don’t want anonymous users to view my internal pages. Please guide.
I see your dilemma now, Ankur. Yes, if the ViewFormPagesLockdown feature is enabled, anonymous users will be disallowed from viewing application pages (like DispForm.aspx).
“View Application Pages” is a list permission and the ViewFormPagesLockdown feature disables that permission for anonymous users.
What if you broke permission inheritance for the calendar list and allowed “View Application Pages” for anonymous users.
This post has some PowerShell to that effect:
http://soerennielsen.wordpress.com/2012/05/29/how-to-make-list-item…