ICal Color Coding for Family Members on on Master Calendar?

I have a very detailed ical calendar for all the family members' activities & would like to view them with a different color per person on one single calendar. I am not clear whether creating a calendar per person in a group will allow me to then merge them to see one master calendar. Perhaps I'm mistaken in how it works but I do not want to toggle between 5 calendars each time I need to schedule something. Is it even possible to see them all on one master calendar with the color for each person in their individual calendar retained on the master? Can they all be merged? It would take hours if not days to re-create them - I'd also like to be able to make them viewable by my husband. Thanks for the feedback!

Greetings,
I have a very detailed ical calendar for all the family members' activities & would like to view them with a different color per person on one single calendar.
iCal allows you to add multiple calendars (check boxes). Each calendar can have it's own color. Any event added to that calendar will have that color.
I am not clear whether creating a calendar per person in a group will allow me to then merge them to see one master calendar.
If you want to see all the calendars at once to see where events overlap, etc. you check off all the check boxes and you see all the events at once.
In your scenario you would make 1 calendar for each person. Each calendar can be assigned it's own unique color. When you want to see what everyone is doing you just check off all the check boxes to turn on all the calendars at once so you can see the events all together (Holding down the command key which is the clover leaf or Apple key and then clicking on a check box will turn them all on / off in one shot.)
The "Master" calendar as you say is iCal with all the calendars checked.
Can they all be merged?
If you have individual calendars (check boxes) and you would like to combine them you can do so by clicking on the calendar you want to merge and going to File > Export > Export. Save the resulting file to desktop. Go to that saved file and double-click. iCal will ask you where you want to put the events from that calendar. Choose the calendar you want to merge with and it will add all the events in.
I'd also like to be able to make them viewable by my husband.
You can share your calendars in a variety of different ways. In iCal go to the help menu and type in "Giving others access to your calendars" for a listing of options.
Hope that helps.

Similar Messages

  • I have multiple lines for family members on my account. Can I still transfer upgrades between lines? I don't see the option any more.

    I have multiple lines for family members on my account. Can I still transfer upgrades between lines? I don't see the option any more.

    More everything. I have one line coming up on the 19th of this month and I'd like to transfer to another user with a later upgrade date. Just not seeing the option anywhere.

  • Will Edge include support for color coding for ASP Classic .asp files

    We have some old sites running asp Classic (Active server Pages)
    How can I add color coding for .asp files?

    Edge Code should already highlight .asp files as plain HTML.  If you're looking for highlighting of the ASP-specific code, that is something Edge Code does not plan to support out of the box.
    It is possible to write an extension that adds this support, but it would not be a small amount of work -- you'd have to write a tokenizer yourself to support syntax highlighting, for example.  Details on writing an extension that adds a new language can be found here: https://github.com/adobe/brackets/wiki/Language-Support#defining-a-new-language
    - Peter

  • Code for Family Members Detail screen

    Hello,
    I am on EP7.0,NW04s and ERP05 and want to modify the ESS Family Members Detail(Edit Spouse) screen wherein I want to make the Social Security Number as a mandatory field like First and Last name ...but I wonder where to find the code writeen for these validations ... so that I can add my code for SSN...
    Any help would be highly appreciated.

    Hi,
    If your requirement is making an input field as mandatory input field then for this validation you can follow the following procedure..
    1> Add an entry like the following in your Message Pool.
    MISSING_INPUT as Message Key, Message Type error, must be enterred  as Message Text.
    2> Add a method called checkInputValues as follows for validation as follows
      public void checkInputValues( java.util.ArrayList attributeCollection, java.util.ArrayList fieldNames )
        //@@begin checkInputValues()
         IWDMessageManager messg = wdComponentAPI.getMessageManager();
    String strValue=(String)wdContext.currentCalIDSHDtailsElement().getAttributeValue(attributeCollection.get(0).toString());
              if(strValue==null || strValue.equalsIgnoreCase(" "))
                   messg.reportContextAttributeMessage(
                   wdContext.nodeCalIDSHDtails().currentCalIDSHDtailsElement(),
                   wdContext.nodeCalIDSHDtails().getNodeInfo().getAttribute(attributeCollection.get(0).toString()),
                   IMessageTpcalender.MISSING__INPUT,
                   new Object[]{ fieldNames.get(0) },
                   true);
        //@@end
    3> Add another method  in your View that will use the validation code on Submit and add the following code in the method
    public void onActionSubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSaveCalData(ServerEvent)
        ArrayList attList = new ArrayList();
        ArrayList fieldNames = new ArrayList();
         attList.add(0,IPrivateTpcalenderViewOne.ICalIDSHDtailsElement.FIRSTAME);
         fieldNames.add(0,"FIRST NAME");
        this.checkInputValues(attList,fieldNames);
        wdComponentAPI.getMessageManager().raisePendingException();
        //@@end
    if you use the above procedure you can perform the validation on a input field and if user does not enter any value and tries to submit the form then the input field will be marked with red color.. Hope this helps..
    If you need further help let me know...
    Please reward points if it helps..
    Thanks
    Avijit

  • Can I show a color bar instead of a color bullet in iCal Monthly view for all my events in all calendars?

    In the Monthly view of iCal the only events that show a color bar in the event is the Birthday Calendar. All other events in all my other calendars only show a color bullet next to the event (unless I click on that event which then shows as a color bar). I would like to know if it is possible for all the calendar events to have a color bar in the monthly view instead of just that tiny color bullet.

    Greetings Judith,
    Before making any attempts at deleting calendar data, backup what you have just in case:
    Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    iCal has an automated function located in iCal > Preferences > Advanced > Delete events "X" days after they have passed.  By typing in a value for days you can tell iCal to delete all events before that time frame.
    Example:
    Today is 4-16-2012.
    If I wanted to delete all events prior to 1 year ago (4-16-2011) I would type in "365" for the number of days.
    Once you type in the number of days you want kept in iCal, close the preferences and then quit iCal.
    Re-open iCal and check to see if the events are gone.  If not you may want to leave it open for several minutes and then quit again.
    Once the events are removed go back to  iCal > Preferences > Advanced > Delete events "X" days after they have passed and make sure the check mark is removed to prevent future deletion.
    Hope that helps.

  • Color coding for C# (asmx webservices)

    Hello,
    It looks like Dreamweaver CS3 doesn't recognize
    webservice-files (asmx, ashx, ...) to be C# coded and doesn't
    provide any color coding etc. How can this be solved ?
    Any other usefull tips to make Dreamweaver a better C#-editor
    ? Code hinting for instance ?
    Thanks,
    Frank

    Adobe is discontinuing asp.net support in the next version of
    Dreamweaver.
    Like Darrel suggested use Visual Studio or Visual Web
    Developer for your c#.
    Cheryl D Wise
    "AmigoFD" <[email protected]> wrote in
    message
    news:flg3c1$8ui$[email protected]..
    > Hello,
    >
    > It looks like Dreamweaver CS3 doesn't recognize
    webservice-files (asmx,
    > ashx,
    > ...) to be C# coded and doesn't provide any color coding
    etc. How can this
    > be
    > solved ?
    >
    > Any other usefull tips to make Dreamweaver a better
    C#-editor ? Code
    > hinting
    > for instance ?
    >
    > Thanks,
    > Frank
    >

  • Do I need individual apple ids for family members?

    We are 5, each with either ipod touch or iphone. How do I keep track of it all and maintain sepatate music and apps for each device?

    Each family member needs to create their own Apple ID (for which each will need a different non-Apple email address). They can then each create their own iCloud account, but they will need either to be using their own Macs, or if they are sharing a Mac, each will need a separate User account.

  • For family members over 13, how can I require permission to purchase an app

    i am now using family share for my teenage boys.   It seems their Apple ids list them as an adult.  How can I make it so they are required to get permission when. Purchasing an app. Right now they are linked to my credit card but I do not get that alert,

    You would have to adjust their birthdays so they become child IDs.  If you want to do this, go to appleid.apple.com to manage the ID, sign in.  If you are using two-step verification on the ID, select the Name, ID and Email Addresses section, then change the birth date on the bottom right.  If you are using security questions instead of two-step verification, select the Password and Security Question and answer the two security question to access and change the birth date.  At the present time you can't just choose any birth date, but you should be able to change it to 1/1/2001, which will have child ID status.

  • I changed the captions for my family photos to include names, but when I exported the photos to make DVD's for family members, the old captions were there and not the new ones. How can I make a DVD to include the new captions with names?

    I have labeled old family photos with names that I would like to share at a family reunion via DVD. When I export the photos to make the DVD, the old photo labels are back rather than the new labels with names. Can I export the photos with the new titles?

    iPhoto shows you these Titles but the Finder shows you Filenames
    If you export (File -> Export) you'll get the Export dialogue. Note the option at FileName to use the Title as filename for the exported photo

  • Prompting for family members password during update?

    When my iPhone 6 (up to date iOS) tries to update apps, some update but others prompt me for the password for my daughters iTunes account. Never used family sharing, never synced on computer using her account or vice versa. Very annoying, please help!
    I'm not keen on deleting and re-installing since I use one a lot and am afraid I'll lose all my progress/data.
    thanks!!

    If it is prompting your daughter password, then some how you download her apps on your phone.
    Only way to resolve that is to delete the app and install it with your apple id.

  • Sharing iTunes for family members

    I share Itunes with my family and music is all just one big list of all of ours. I can surely make my own library but don't know how.
    Thank you,
    Gerard

    Make a couple of playlists that contain just your music. You don't say whether or not you have an iPod, but if you do, you can set your iPod preferences to sync only your playlists.

  • HT4910 I have multiple accts w different apple Ids for different devices for family members. My question is do we each have our own cloud or can it be accessed by another family member

    I want my iCloud to be private , I have a large family w different devices and different apple Ids , can they be accessed or linked in any way?

    Others can log into your account, only if they know your ID and password.

  • HT204266 Can I set up different iTunes accounts for family members?

    I currently have an iPhone 4 and will be upgrading to an iPhone 5. My wife and daughters also will be getting iPhones and I was wondering how to set up seperate iTunes accounts for them and also how to prevent them form syncing their phones with the address book on our Mac. Thanks.

    Here you go:
    How to use multiple iPods, iPads, or iPhones with one computer
    Separate user accounts on your Mac would be the best idea IMO.

  • Gifts for Family Members from ITunes

    I would like to purchase music, movies, and books from the ITunes Store and email them to my sister for downloading to her IPhone or IPad.  Is there a way to do that?

    iTunes Gift Options

  • Different apple ids for family members?

    I thought the Apple ID was perfectly clear, but now I'm not so sure.
    My wife and I are sharing 1 Apple ID. But, now that icloud seems to link up 1 user's devices and libraries, it looks as if we should have separate accounts. If one of us creates a new account, will we then lose access to apps and songs downloaded under the 1 account?

    If you use a different Apple ID then all purchased items associated with another Apple ID can be used but cannot be updated or re-downloaded except under the Apple ID used to purchase them.
    iTunes- How to share music and video

Maybe you are looking for

  • Pavilion X2 11 and Windows 8.1

    I was prompted to upgrade to Windows 8.1 through the windows store on my new tablet and now I'm having some trouble with drivers.  I can no longer adjust the display brightness which is causing shortened battery life. The supplied graphics drivers on

  • Issue with RAM/SWAP available and used

    Hi, In production environment I have a server whit OS version Solaris 10 10/09 s10s_u8wos_08a SPARC (SunOS 5.10 Generic_142900-14 sun4v sparc SUNW,SPARC-Enterprise-T5120) that I can not understand the behavior of free/used memory and swap used/availa

  • Link between ekpo -ebeln and vttk-tknum ie shipment no:.............urgent

    HI all,   plz help me in getting link between ekpo -ebeln and vttk-tknum ie shipment no: reply soon....urgent. thanks in advance

  • Missing Keys or Characters

    When I received my new Macbook, I used a FireWire cable (a standard 6-pin cable, not an Apple one, since it was easier to get one locally than to wait for one to be sent from the city) to transfer my data from my iBook. This went fine. Only the Missi

  • Moving albums in itunes

    how do you take an album from "compliations" and put it into the music menu under an artists name? thanks!