Color coding of calendar in Sharepoint 2010

Hi All,
I have requirement where i need to add new metadata and to use the new metadata column in the calendar for color coding. Please suggest how i can do this?
Thanks.

Hi,
According to your post, my understanding is that you want to color coding of calendar in SharePoint 2010
To get this done efficiently, SharePoint’s built-in calendar overlays are the way to go.
You can follow the steps as below:
Customize category column in the calendar list
Create views filtered by category column
Create blank view where the category filters for NULL value
Add the calendar overlays
For more information, you can refer to:
Four Easy Steps to Customized Color Code Calendars in SharePoint
Color-Code Events on a SharePoint Calendar
In addition, you can use code to achieve what you want. Please refer to:
Customize Calendar colors wihtout Code or
with code ein SharePoint 2010
SharePoint 2010: Color Coded Calendars
Thanks,
Linda Li                
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Linda Li
TechNet Community Support

Similar Messages

  • How do I share a color-coded Outlook calendar with others in my office that they can see the colors too?

    How do I share a color-coded Outlook calendar with others in my office that they can see the colors too?

    Hi,
    How do you color code the calendar items? From conditional formatting or from categories?
    Please make sure the user has been given reviewer or higher calendar permission to view items colors in Outlook. About how to share calendar in Outlook, please refer to:
    http://office.microsoft.com/en-001/outlook-help/share-an-outlook-calendar-with-other-people-HA010354420.aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • Issue with Copy of events from Outlook Calendar to SharePoint 2010 calendar(mapped in outlook)

    There is a issue while copying events in Outlook mapped SharePoint 2010 Calendar.
    This issue only seems to happen when user copies an event from his Outlook calendar to the SharePoint 2010 calendar. 
    He is able to create a new event in the SharePoint calendar from Outlook. 
    He tried below steps, but still no success
    1.
    Open your Outlook calendar.
    2. Open the event you want to copy.
    3. From the File menu, select Info.
    4. Click the Move to Folder button.
    5. In the Copy Items To dialog box, scroll down to the SharePoint Lists item and select the SharePoint calendar to which you want to copy the event.
    6. Click the OK button.
    7. Click the Yes button when prompted to continue. 
    Please let me know if there is any possible solution for it.

    Hi,
    I have done a test as your steps. I am able to copy an event from my Outlook calendar to the SharePoint 2010 calendar.
    1. I suggest you test in another compute, perhaps your Outlook results to that issue.
    2. Please create a new site collection, then test again, compare the result.
    3. Maybe it will take some time before the copied event displays in the SharePoint 2010 calendar. So, wait a minute, compare the result. 
    Best Regards,
    Wendy Li
    TechNet Community Support

  • Calendars disappear/ color-coding of calendars keeps changing

    I am using iCal and MobileMe to sync across two Macs. Here are my problems:
    - My events in iCal disappear -- all of them. I normally have five calendar categories (Home, Work, etc.), but often all of the calendars disappear along with the events. Quitting and restarting iCal tends to fix it, but this happens multiple times a day.
    - I keep changing the color labels for my calendars, and the labels don't stick. For example, if I make Home blue, often when I reopen iCal, it'll have changed to purple. I have a theory that the colors are set by the order in which the calendars appear in the left side of the screen (so I've tried to re-order them to my preference by dragging and dropping. This tends to make all of the calendars disappear (see above). Even when I change the color-coding, iCal overrides it. (One note on this: one of my calendars is published, and it's this calendar that constantly ends up at the top of the list and has its color label changed.)
    Greatly appreciate any help.

    I'm having a problem with calendar colors, too. It's slightly different. When I try to sync, I get a conflict notice and the sync does not work. The notice says that colors do not match (i.e. work is blue on the mac and another color on the me.com site). However, both of the calendars ARE BLUE! I've tried selecting the mac version and the me.com version. My choice appears to be accepted. I get a syncing message and then the conflict notice reappears and I am not able to sync. Thankfully, I can sync with iPhone. I spent about 2 hours on support chat and they were unable to resolve this problem. I've deleted calendars (such as birthday) and am down to personal and work. Still no luck.

  • Category color coding with calendar

    I recently bought the centro and when I try to sync with my mac, it 'greys' out all the category color coding on my desktop calendar.   Any ideas?
    jshawn 
    Post relates to: Centro (Verizon)

    i have tried that and it will work when mac overwrites handheld...the problem is i can not sync the two devices...(i.e.  what if i place something in the centro datebook?   i can not get it to sync with desktop without wiping out categories on mac...) SO, i have to re-enter any new date book entries a second time on desktop...
    catch-22 
    jsj 
    Post relates to: Centro (Verizon)

  • No Color Coding of Calendars

    Hi. On my PC, I have several different colors in use (personal=green, important=red, travel required=teal, etc.) and I think there are supposed to be dots of corresponding colors on my iphone after sync...but I get no dots. Is there a setting I have turned off?

    The labels applied in Outlook do not transfer over. When you see multiple calendar colors on the iPhone, that is because _multiple calendars_ are being synced. You would need to create additional calendars in MS Outlook, then sync the iPhone. Use the help search box to search for "new calendar".

  • How to create Two Week View of Calendar in Sharepoint 2010.

    There is an option of Week View when i am using Calendar web part, it is showing 1 week view.
    I want to create Two(2) week view of Calendar.
    How can i create Two week view of Calendar.
    Please Help.
    Thanks.

    Hi Priyeshrawat,
    Calendar web part doesn’t provide settings to display two weeks view.
    Based on my understanding, you need to custom a server control to show as the calendar, just like the default calendar control. B y default calendar web part doesn’t contain property to set this.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Question about Gantt Diagram in SharePoint 2010

    Hello guys,
    how can I change the colour of the bar plots in the Gantt Chart. I would like to use JavaScript and change it from green to red.
    Is there a Script or something and which class I have to use?
    I hope you can help me!
    Best regards
    Matthias

    Try below:
    http://qandasys.info/tag/gantt-view/
    http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/ecac0028-e262-4c60-a9b6-f858d900c5bf/color-coded-gantt-view-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    <script type="text/javascript">
    // Text to HTML
    var theTDs = document.getElementsByTagName("TD");
    var i=0;
    var TDContent = " ";
    while (i < theTDs.length) {
    try {
    TDContent = theTDs[i].innerText || theTDs[i].textContent;
    if ((TDContent.indexOf("<DIV") == 0) && (TDContent.indexOf("</DIV>") >= 0)) {
    theTDs[i].innerHTML = TDContent;
    catch(err){}
    i=i+1;
    </script>

  • Calendar App: color coded events...

    Hello,
    Like most folks I have a number of calendars - home, personal projects, work, etc. Each is handily color coded in Calendar, which is great. So far, so good.
    However, in my *single* work calendar (which is served from a company account on Google so pulling in from my company Google Calendar account) I have multiple types of things going on: internal work and then differet clients work. To make sense of my work world I really need to color code my different clients and my company internal work.
    So the outcome I am looking for is to be able to color code locally on my MBP different events sourced from the same Google calendar.
    I can't see how to do this in Calendar (I'm on OSX 10.8.2 and Calendar 6.0 (1645)) and so far I haven't found a third party app that will do it either.
    Please can any one in the community advise:
    1. If this is possible how I achieve it (e.g. could I create several calendars locally all of which somehow aggregate up into my single Google work calendar so that my colleagues and clients can see a full and true pictue of availability at the Google level while I have segregated/color coded view of items locally on my MBP)?
    2. If this isn't possible in native Calendar app on OSX are there any apps out there that will allow this?
    Am I really the only person with this need? I can't believe so and I'm sure someone must have solved this issue already...
    Many thanks for your time and consideration of my issue.
    Regards,
    Richard

    It sounds like something that you should be able to do with AppleScript, but alas I'm not proficient enough to tell you how to do it. There used to be an Applescript guru that was a regular on here (Yvan), but I'm not sure if he's still active in the community.
    You could try searching google for applescripts related to calendar or iCal (its still called iCal in AppleScript's dictionaries list even on Mountain Lion) or try asking for help on MacScripter.

  • Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar

    Hi,
    Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar.
    Plese share your knowledge.
    Regards
    Tharak

    Hi,
    According to your post, my understanding is that you wanted to make a color events Calendar.
    We can achieve it using the OOB method by creating the Calendars Overlay.
    http://summit7systems.com/color-code-calendar-events-in-sharepoint/
    You can also use the JavaScript to achieve it.
    http://spsawyer.wordpress.com/2013/07/18/sharepoint-color-calendar/
    http://www.planetwilson.co.uk/sharepoint-2013-colour-calendar-v2/
    more reference:
    http://usermanagedsolutions.com/SharePoint-User-Toolkit/Pages/Color-Coding-Calendar-List.aspx
    http://blog.pathtosharepoint.com/2010/04/06/tutorial-add-color-coding-to-your-sharepoint-2007-calendar-in-15-minutes/#comment-7231
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Custom Color coding of SharePoint Calendar does not work on a site collection that uses olso master page

    Hi,
    I created a color coded calendar following instructions below specified at the below URL.
    http://davidlozzi.com/2012/06/20/customize-the-sharepoint-calendar-colors/
    however, My Site collection uses oslo master page and because it does not show quick launch, I don't see the legend of the color coded colors.
    Is it possible to make above solution work with oslo master page?
    Please help...
    techie

    Hi,
    Can you provide a screenshot of your page about how the calendar looks like in your environment?
    As you said, “I don't see the legend of the color coded colors”, is it mean that the list of overlays on the right side of the page disappears when applying oslo master
    page?
    In my environment, after applying the oslo master page and adding overlay to the current Calendar view, it will be like this:
    It turns out that the list of overlays still there.
    Feel free to reply if this is not what you really mean.
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Colored Calendar in Sharepoint 2013

    Hello,
    I have tried every solution to get my Calendar for SharePoint 2013 to have colors for different event types, but to no avail.  Overlays don't work since the calendars are based off of a list item, not a calendar item. Overlay is just not an option in
    that case.  I am putting my calendar on a page with other APPs, that seemed to have messed up the color options to begin with.  I guess in that case I created a calendar with Overlays, and then inserted that into a page with other items.  When
    I did that the overlay colors disappeared.
    When I tried this one ttp://social.technet.microsoft.com/Forums/sharepoint/en-US/ca331954-0771-4fc9-9c9e-b7efca6114f8/color-code-calendar-by-category?forum=sharepointdevelopmentprevious
             (I had to remove the first "h" since it wouldn't let me insert a link until my account is verified, and I didn't know how else to not have it automatically create it as a link here).
    I noticed this warning in Dimitri's description ... could this be what is causing my problems?
         "Caution: The jQuery JavaScript library must be available in your environment."
    How do I know if the JQuery JavaScript library is available? 
    I'm not sure what to try next.  I don't want to move forward with my program until this gets figured out, since it is so important to the project.
    Thank you, Liz.

    Check if below can help
    http://www.sharepointbreak.com/2012/09/02/creating-a-color-coded-calendar-by-category-using-js-in-sharepoint-2010/
    function ColourCalendar() {
    if(jQuery('a:contains(' + SEPARATOR + ')') != null)
    jQuery('a:contains(' + SEPARATOR + ')').each(function (i) {
    $box = jQuery(this).parents('div[title]');
    var colours = GetColourCodeFromCategory(GetCategory(this.innerHTML));
    var colour = colours[0];
    //colour += "!important";
    var Fontcolour = colours[1];
    this.innerHTML = GetActualText(this.innerHTML);
    jQuery($box).attr("title", GetActualText(jQuery($box).attr("title")));
    $box.css('background-color', colour);
    $box.children().css('color', Fontcolour);
    // I've added this condition since the font color did not catch on to a a:link unless i used !important
    //if (Fontcolour == 'white')
    //$('a:link', $box).css("cssText", "color: white !important;");
    function GetColourCodeFromCategory(category) {
    var colour = null;
    var Fontcolour = null;
    switch (category.trim().toLowerCase()) {
    case 'category1':
    colour = 'green';
    Fontcolour = 'black';
    break;
    case 'category2':
    colour = 'blue';
    Fontcolour = 'white';
    break;
    case 'category3':
    colour = 'yellow';
    Fontcolour = 'black';
    break;
    return [colour, Fontcolour];
    CSS, javascript & calculated columns should do the trick. Read the following posts:
    Tutorial: add color coding to your SharePoint 2007 calendar in 15 minutes
    Colour coded SharePoint 2010 Calendar
    If this helped you resolve your issue, please mark it Answered

  • How to Color code the list items if Issue Tracking lists in Sharepoint 2010 SP1

    Hi, Can any one guide me in making the list tasks color coded according to the status of the issue.
    as if issue is Resolved ( green line ), Active ( red line ) etc.
    example as following:
    I have read a lot of blogs, but none have step by step guide. a step by step guide will be excellent. Thanks in advance.
    http://blog.pathtosharepoint.com/2009/02/26/highlight-rows-in-sharepoint-lists/
    http://blog.pathtosharepoint.com/2008/09/01/using-calculated-columns-to-write-html/
    etc
    Thanks.

    Do you have SharePoint Designer 2010 installed?
    Open your site in sharepoint designer
    click lists and libraries
    click the name of your list
    in "views" on the right, click "new..." and give it a name.
    in this new view of the list, click in one of the cells of the actual list of issues, so that the contextual ribbon at the top will give you all the options you need.
    Click "Conditional Formatting" in the ribbon.  This will let you pick "row".
    Then you just have to define your conditions:
    if priority is equal to (3) Low, then pick yellow as the background color.  Do the same type of thing to create the other 2 conditions.
    Laura Rogers
    SharePoint911: SharePoint Consulting
    Blog: http://www.sharepoint911.com/blogs/laura
    Twitter: WonderLaura
    Books:Beginning SharePoint 2010: Building Business Solutions with SharePoint
    Using InfoPath 2010 with Microsoft SharePoint 2010 Step by Step

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

  • What are the minimum requirements to successfully Synchronize a SharePoint 2010 Calendar or Task List with Outlook 2010?

    What are the minimum requirements to successfully Synchronize a SharePoint 2010 Calendar or Task List with Outlook 2010?
    SharePoint permission levels required for the user profile?
    Does the user need top level permissions on the SharePoint site?
    What other minimum requirements must be met for Outlook 2010 to synchronize successfully with SharePoint 2010?
    TheDrape

    Hi,
    To synchronize these libraries and lists, you must have Outlook 2010 installed on your client computer and you must have Collaborate permission to the library or list.
    You don’t need any permissions for the user profile.
    I provide you a link about synchronizing SharePoint 2010 content with Outlook 2010 for your reference:
    http://office.microsoft.com/en-us/sharepoint-foundation-help/synchronize-sharepoint-2010-content-with-outlook-2010-HA101881295.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

Maybe you are looking for

  • Is there a way to use Stage3D in Flex Mobile projects on iPad?

    When I create a project of type "Action Script Mobile Project" the Stage3D works on iPad, Android device and in the AIR desktop simulator. But when I create a project of type "Flex Mobile Project" it works in the desktop simulator and on Android devi

  • How do I automatically number rows in Numbers for iPad?

    How do I automatically number rows in Numbers for iPad?

  • OLE Method SAVEAS

    Hi, I am using OLE to open and save an excel file in a different format. But the code is not working. This is the code I am using: INCLUDE ole2incl. DATA file_in TYPE rlgrap-filename. DATA file_out TYPE rlgrap-filename. DATA excel TYPE ole2_object. D

  • Multiple catalogues and missing images

    I have several overlapping catalogues in my elements 10. The largest is coordinated with the online backup (which is due to be terminated). It has over 400 missing images that cannot be reconnected via the online backup. Some of the wayward images ma

  • Imported images distorted/pixelated

    Hi, I am importing images (PSD and JPG) that are crystal clear in photoshop, but when I import them to InDesign, they appear and print pixelated and don't have the same clarity as in photoshop.  Can anyone give me advice?