How do you add a reminder to a shared list in iCal

I'm trying to add a reminder to a shared list in iCal, but I do not see the list as an option in the "Get Info" window or in the "Calendar" menu list. This shared list was shared with me in iCloud, and if I log into iCloud.com, I can add the item there. I think I can also add via my phone, but I'm not sure. Also, I can see items in the shared list, and I can check them off. I just can't add.
I don't know if this is an iCloud issue, but I am able to add items in iCal to a shared list *I* created, just not to one that my wife created. Is there some setting in iCal to enable this?

It is not easy to see and I found it by messing around. First of all put them in daye order by dragging the screen down and touching the little alarm clock at the top.  Then touch the space below the earlies reminder and a new one comes up. It defaults to 'today' so you have to touch the new reminder and then touch the 'i' button that appears. You can then change the date and time etc. No easy.
I dont understand why Apple do these thongs before updating the user guide!
Hope this helps.

Similar Messages

  • How do you add a reminder on the ipad in iOS 7?

    I hate to admit defeat, but I'm stumped. How do you add a reminder in Reminders on the iPad 2 in iOS 7?

    It is not easy to see and I found it by messing around. First of all put them in daye order by dragging the screen down and touching the little alarm clock at the top.  Then touch the space below the earlies reminder and a new one comes up. It defaults to 'today' so you have to touch the new reminder and then touch the 'i' button that appears. You can then change the date and time etc. No easy.
    I dont understand why Apple do these thongs before updating the user guide!
    Hope this helps.

  • How do you add a reminder to iphone 4s with ios7 operating system?

    I have always utilized the reminders app on my iphone 4s.  However; since i did the software update over the weekend i can't figure out how to use it anymore.  when i opned up the reminders app there was a plus sign in the top right beside of reminders now it only says edit.  i have the ability to add a new list but i just want to add to the existing reminders.  any assistance would be greatly appreciated.

    Maybe you better get going on your tasks!
    Agreed, it's not a very good, at all.  Tell Apple... http://www.apple.com/feedback/iphone.html
    You can probably find a better one in the app store.

  • How do you add Blind Copy to the options listed in the mail address book?

    My I-Mac is the 20 inch Intel model running OS 10.4.7 and mail is 2.1.1.
    When trying to forward mail I can chose Bcc by going to "View" and selecting Bcc, but then when I go to the address book to select the names that I want to Bcc there are only two options listed in the address book and they are "To and Cc". The only way that I have been able to set the addresses into the forwarding message is to drag each address from the address book and place it into the Bcc field on the forwarded note. There must be some way to enable the address book to list Bcc. Does anyone know how? Thanks
    Bill
    I-Mac Model 5,1   Mac OS X (10.4.7)   1 Gig ram/Intel core 2 Duo
    I-Mac Model 5,1   Mac OS X (10.4.7)   I-Mac Intel 2 Duo

    Hi Austin,
    Thanks for the response, but you kind of misunderstand my question. I actually want something much simpler than this:
    When the Mail.app Data Detection recognises a telephone number or address, via a drop-down menu, I have the option to create a new contact or add the data to an existing contact. If I want to create a new AddressBook contact I am presented with a pop-up. This pop-up gives me the choice to enter a persons name, or by ticking the box, designate the entry as a company. I can edit the person's or company's name - this is often necessary as Data Detection, though generally quite good, doesn't always pick the correct data; for instance when the data is in the body of a forwarded e-mail. But what I can't seem to do is edit the entry to include a Contact Name and a Company Name. I may have to hand enter this information, I can accept that, but what I want to avoid is having to move away from Mail, open AddressBook and complete the contact creation therein.
    What I simply require is the option to enter at least the standard AddressBook 'new contact' template fields from within Mail. So I need to know: Is there is a way of configuring the pop-up fields beyond the Mail.app defaults?
    I hope this makes sense..
    Thanks again..

  • TS3989 How do you  add more people to a shared photostream in iCloud

    I have set up a shared photostream and a couple of people have access . I want to expand the access to more people - how do I do this without deleting the photostream and starting again?

    Dear Tildeline,
    The above answer was for the iPad.
    To add/delete people or delete the stream on your iPhone, tap on the little blue arrow on the right side of your photostream, in the photostream overview tab within the Photos app (do not go inside the stream).
    Best regards,
    Thibaut

  • How do you add to favorites or wish list?

    How do you add movies to favorites or wish list?

    You can't currently do it directly on the iPad (you can on your computer's iTunes), but as a work-around in the iPad's iTunes app you can use the 'Tell A Friend' link at the top right of a film's description to email yourself links to films that you might be interested in.
    You could also leave feedback for Apple and maybe it will be added in the future : http://www.apple.com/feedback/ipad.html

  • How do you add a percentage in the preloader?

    How do you add text that changes on the preloader as your site loads? for example a standard "0%" ... "100%" or even controll what frame a gif image displays?
    Thanks

    It is not easy to see and I found it by messing around. First of all put them in daye order by dragging the screen down and touching the little alarm clock at the top.  Then touch the space below the earlies reminder and a new one comes up. It defaults to 'today' so you have to touch the new reminder and then touch the 'i' button that appears. You can then change the date and time etc. No easy.
    I dont understand why Apple do these thongs before updating the user guide!
    Hope this helps.

  • How Do You Add Multiple CSS Rules to Text?

    Hi everyone, I have these css rules in my css styles window they are all assigned to some text in a cell on my page.
    .Def14grey4 <body>
    .def14grey4 a:link <a>
    .def14grey4 a:visited <a>
    .def14grey4 a:hover <a>
    .def14grey4 a:active <a>
    .def14grey4 a:focus <a>
    How do you add (all of) these styles to the text in the first place, I know how to add the first one (.Def14grey4), you select the text in the cell and choose the rule from the drop-down menu in the css panel, but how do you add the other ones to some text as well, so that it can have the same link properties.
    Basically I have some more text elsewhere on the page and want to assign these rules to that as well.
    thanks Gareth

    You would want to change your order as shown here -
    .Def14grey4 <body>
    .def14grey4 a:link <a>
    .def14grey4 a:visited <a>
    .def14grey4 a:hover, .def14grey4 a:focus <a>
    .def14grey4 a:active <a>
    That way, the hover and the focus states are equivalent.
    How do you add (all of) these styles to the text in the first place, I know how to add the first one
    You don't really.  The 4 bottom selectors say -
    "find an element with a class of 'def14grey4', and style any link inside that element this way"
    So, <span class="def14grey4"><a href="whatever.html">Whatever</a></span> would get the pseudo-class styles, as would any of the following -
    <span class="def14grey4"><a href="whatever.html">Whatever</a></span>
    <td class="def14grey4"><a href="whatever.html">Whatever</a></td>
    <p class="def14grey4"><a href="whatever.html">Whatever</a></p>
    <body class="def14grey4"><a href="whatever.html">Whatever</a></body>
    <div class="def14grey4"><a href="whatever.html">Whatever</a></div>
    <strong class="def14grey4"><a href="whatever.html">Whatever</a></strong>
    and so on.  These examples assume that there isn't some other more specific rule that would apply to the same links.  You need to study up on the CSS cascade and specificity....

  • How do you add a google calendar to muse web site, that updates are synced

    how do you add a google calendar to muse web site, that updates are synced?

    You can add Google Calender using iframe which Google provides if you go to calender settings.
    Once you insert this code in Muse page through Object > Insert HTML , the calender will be displayed on page.
    https://support.google.com/calendar/answer/41207?hl=en
    Thanks,
    Sanjit

  • How do you add non-Garage band instruments into a Logic project so that you can hear them on playback?

    How do you add non-Garage band instruments (orchestral instruments) into a Logic Pro (8) project so that you can hear those insrtruments' sounds on playback?  I've tried to understand and follow the Logic Pro 8 User Manual, but the process comes off as so complex and the writing so technical that it does not help but only confuses.
    To be precise - I want to add instruments (orchestral) that are not offered in the current Garage band menu which is offered in the Mixer's channel strip menus for Logic Pro 8.  To be clear, the instruments that are offered are Bass / Drum Kits / Guitars / Mallets / Organs / Pianos and Keyboards / Synth Basics / Synth Leads / Synth Pads.  Most of these that I've tried seem to work and give their characteristic sound when placed in a particular channel and playback is clicked. 
    However - there is one orchestra instrument offered in the standard Logic Pro 8 Mixer channel menu and it's the item labelled "Performance - 000 flute 1 or 001 flute 1."  And it is this instrument that presents a problem. When I click on it and choose it from the menu and enter it as the instrument of choice for a specfic channel / track in my Logic Pro project arrangement, when playing back the music for the overall piece this particular track, the flute, does not playback and produce the notes (Midi events) in the track in the sound of the flute.  Instead, nothing comes out at all.  I can't imagine why this does not work.  Any ideas, anyone? Again, when choosing this instrument for a track and clicking the playback no flute sound is forthcoming.  Why not? I have not tried them all, but when most of the other various types of keyboards, such as an electric piano or an organ, are chosen for a track the playback successfully renders the sound of these instruments.  Why then does playback not produce the sound of the flute when it has clearly been chosen to play and sound the Midi events given it?
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.  Can someone please help me and, in simple English, describe the step by step process whereby presumably external sampled orchestral instruments can be successfully employed, in any given Logic Pro arrangement project, to render their characteristic sounds upon playback?
    On my two Macs, one a laptop and one a much larger Mac, I have any number of the GSO (Garritan Symphony Orceshtra) and Vienna Symphony Orchestra instrument library samples - and yet - I've yet to figure out how to actually get them INTO a Logic Pro project of any kind!  To put this as a question, even as a humble request, how can I make good use of these orchestral sample libraries in a Logic Pro project?  Can someone steer my to a clear resolution of this issue.  I'd sincerely appreciate it!  Thanks all! 
    DavidBacon

    DavidBacon wrote:
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.
    David,  you understand that this is professional software and is not necessarily meant to be easy but is in fact designed to give the professional user as many choices as possible, that's why it's in the Pro Apps section. You WILL need to learn about buses, GM Devices, Audio Bins, Libraries...etc..etc if you intend to use Logic.
    That said, you are looking in the wrong place in the channel strip.
      May I offer you advice?
    Go here:
    http://documentation.apple.com/en/logicpro/
    Open "Exploring Logic Pro"  (a short PDF Document). Pay special attention to chapter 3. Also pay special attention to the included graphics of the channel strips.
    I encourage you to read the whole document as it will clear up many things... even though it's a Logic 9 document.
    Post back

  • How do you add an iTunes Gift Card & how is it charged?

    Hey all,
    I currently pay for my iTunes downloads direct from my Debit Card. If I add a gift card to my account will the cost of downloads come from that automatically or do I need to let iTunes know thats what I want?
    Also - how do you add the card? I'm probably being totally stupid but can't seem to find an "add credit here" option.
    Help appreciated

    If you redeem an iTunes gift card, the next purchases you make up to the value of the gift card will be made from it automatically. To add the card, click here; this link will open iTunes.
    (34512)

  • How do you add multiple iTunes to Keynote

    How do you add multiple songs from the iTunes to your Keynote presentation?

    Jer&Renee,
    welcome to Apple Discussions.
    It depends where you want them in your presentation.
    Open the Media inspector and choose a playlist. In the list of entries, mark those you want to add to Keynote (use command-click to mark multiple titles not in one block).
    Then drag the marked titles either on a slide or on the small Audio field (looks like a frame) in Document inspector. When you then hover the cursor at the Audio "frame", you'll see the quick info "Multiple Files". You cannot change the order or remove one of the files, but only all of them.

  • How do you add pictures to your photo book after saving it? Can you re-save it to send to blurb?

    How do you add pictures to your photo book once you have saved it? Moreover, can you save it again and send it to Blurb.

    Go back to Library and drag the extra photos into the book collection.

  • How do you add multiple users to an itunes account

    how do you add multiple users to an itunes account

    First :
    Using an iPhone without a wireless service plan
    Then restore the iPod to factory settings/new iPod on the computer your kids will use:
    iTunes: Restoring iOS software
    If you are using the same computer
    How to use multiple iPods, iPads, or iPhones with one computer

  • How do you add adobe flash player to your mac computer

    How do you add adobe flash player on a mac computer so you can watch youtube and or listen to music?

    Click here and download it.
    (119142)

Maybe you are looking for

  • Create PDF directly from Excel and paste checkboxes automatically

    Hi, I have a problem when creating a PDF. I want to convert a template from Excel into an interactive PDF with text boxes and check boxes. Text fields are automatically generated. Is there a way, to automatically create checkboxes? E.g. I already del

  • How to get the old search feature back on my calendar

    Prior to the latest update I could hit the search symbol and all my calendar events would appear in date order and I could scroll through them.  Now I have to open each day on its own to see what is scheduled.  Any way to get the older search version

  • Error in getting Keystore Manager from SAPSecurityResources Class

    Dear Experts, I am currently exploring using AS keystore in SAP PI 7.1 and encountered an error complaining that the service com.sap.aii.af.svc was not found when I tried getting the KeyStoreManager from SAPSecurityResources with the following code:

  • Image() with MouseAdapter

    I have an image Image button = getImage(getCodeBase(), "images/buttonClean.gif"); I tried adding <pre> button..addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent e) {      //Event handler implementation goes here...      myButt

  • DREADED 503 Service Temporarily Unavailable

    I have installed 9iAS 1.0.2.2.2a on a 9i Database, I have tried installing on remote machines, and on the same machine. I have done all the prerequisites, (JDBC/lib/, TNSnames.ora, Listener.ora, wdbsvr.app) etc. and no matter what I do I get the 503