SharePoint 2007 Calendar - Remove Time - sharepoint

Does anyone know how to remove the time from a SharePoint 2007 Calendar month view?
I could do this using some jQuery but would like to know if it is possible via configuration?
Cheers

Try this article on customizing the SharePoint 2007 calendar view.

Related

Add SharePoint Calendar to Google Calendar?

I am working on a project where I need to push SharePoint calendar events to Google Calendar. Could I apply this by adding SharePoint Calendar to Google Calendar? How can I do this?
There's is no out of the box solution for this however it is discussed here which will help you to accomplish this. Note that you will need to be or will require a developer to do this.

Custom mini calendar for sharepoint 2010

I need to set up mini calendar for SP 2010. I found this article but it does not work for SP2010. Maybe I've missed something.
I have used a open source web part for SharePoint 2010 mini calendar. See if this works for you.
Url: http://minicalendarwebpart.codeplex.com/

is it possible to access the sharepoint list newform.aspx using modal popup in 2007

i am working in sharepoint 2007. i want to open the newlistform.aspx using modal popup. before that i worked the samething in sharepoint 2010. sp2010 having sp.ui.dialog.js file, but moss2007 dont have this file, is it possible to access, if yes please help me to resolve this.
Thanks and Regards,
Rasu.U
No, the dialog framework was first introduced in SharePoint 2010. If you want something similar you will have to code it yourselft using fancyBox or something like it.

Add New Calendar Type To Sharepoint such as Persian Calndar

can anyone tell me how i can add new calendar type such as Persian Calendar in sharepoint
Persian calendar is not supported in SharePoint OOTB.
I found javascript solution for SharePoint 2003/2007 (don't know if it will work in 2010), please follow the link: http://userscripts.org/scripts/review/84130
Go to the Regional options under site setting to define additional calendar types and other settings

how to show graphs on sharepoint MOSS site

I want to show graphs on sharepoint site .how to do this ?
Check out the ChartPart onb Codeplex.com.
Check out my answer to this question: SO Question, it describes the MS Carthing COntrols You need .NET 3.5 SP1 though.
Depending on whether the origin of the chart is excel, but if you have excel services which is part of the Enterpise edition of MOSS 2007, you can upload the excel document to a library and then use one of the excel webparts to show the worksheet which contains the graph. You will benefit from people being able to update the excel document within sharepoint and the chart being updated automatically
try using http://www.dundas.com/Components/Products/Chart/SharePoint/index.aspx - They are amazing and give great results.
You can also download a trial version!
HTH
You can try VfS. Watch this video tutorial "Create Chart in SharePoint Site in few clicks".
Visifire offers nice easy Chart WebPart Designer for SharePoint 2007 and 2010.

Resources