Hi All,
Can we have one calendar which would be the same on each page?
For E.g. calendar shown on the “Site one” page would be the same calendar shown “Site two”, “Site Three”, and the “Site Four” pages?
If this is possible please share some ideas to perform this action.
Thanks,
Sakthi
Hi Ludovic,
These links are more than sufficient for me to explore. Thank you so much. I think this will work in my case. Thank you once again.
I don’t have any article on it. I just said things like this to maybe give you an idea about what you have to search. Anyway I had a quick look on Google and yeah, I found few things I did forget.
Have a look at the Overlay Calendar :
http://blog.furuknap.net/view-multiple-calendars-in-sharepoint-2010
And, not sure if it s working for calendar, but maybe try this :
http://wonderlaura.com/Lists/Posts/Post.aspx?ID=76
And this is what I was talking about on the last reply :
- Create a visual web part with visual studio (not the best idea at all, but pretty sure it can works). You have got plenty article on Google about how to create a visual web part. Here is one of them (http://geekswithblogs.net/gotchas/archive/2009/12/28/sharepoint-201…)
- Edit the HTML of the content editor (https://social.technet.microsoft.com/wiki/contents/articles/4988.sh…)
- The Page Viewer webpart (http://blogs.interfacett.com/sharepoint-2010-web-part-series-page-v…). On this link, they re also create a webpart page. Well don’t care about it, just have a look about the page viewer webpart.
I don’t really know what you have to do. But try some of these and I hope it will help you.
Thank You. Ludovic, Could you please provide me the article link so that I can go through it. Which could be easy for me to perform the action.
Not sure if it can work. But I will try to do a web-part which shows the calendar list view. And if it doesn’t, make a visual web part with a little jQuery plug-in (a bit heavy, but it works). You ll be able to see the web-part in the site and the sub-site.
Or, just use some web-part by default, the content editor one, edit the html, add an iframe tag, some javascript to hide all the navigation and the ribbon. Or the Page viewer and put your calendar link.