简体   繁体   中英

Custom Calendar View in SharePoint 2010?

I'm trying to replicate this mock-up of an intranet site for our HR department:

在此处输入图片说明

However, I can't seem to be able to replicate the look and feel of the calendar. When I tried it, this was what it looked like:

在此处输入图片说明

Is there a way for me to edit the out-of-the-box calendar web part to resemble the one in the markup?

I would recommend making your own custom calendar webpart that has a list property that allows you to specify which list to display. Unless you are wanting to use the built-in features of the default SharePoint calendar view it is better to do this on your own using html/css generated by your webpart. Modifying the default SharePoint calendar's existing styles will be a pain and it might break some of the functionality.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM