How can I have one calendar on one machine with 2 users

I just replaced my macbook with a mac mini.  I created a second account, for my wife, on the machine.  Being 2 retired people, we don't need separate calenders. In fact, we often need to see what the other is doing.  So, what i'd like to do is have one shared library for each of the following:
Calender, Address Book, and of course IPhoto.
I believe the way to do this is to have the library file for each application stored under the system top level library that is shared system wide.  But, I don't have a clue how to do this.  We do not use iCloud do to security concerns.

To move Contacts, calendar data, etc. information from Android to iOS you can use third party Apps on both devices the Apps will move this information to the "Cloud" with one App and back to your other device with another App.
See, for example, PhoneCopy at http://www.phonecopy.com/en/

Similar Messages

  • How can I have 2 devices on one iTunes?

    How can i have 2 devices on one iTunes so that they share the same music but have different apps? Is there a way to do that?

    Each can sync with the same playlists, or different ones, and can have different apps...
    Uncheck the Automatically sync new apps box on the Apps tab after connecting each device and before syncing. Once this box has been unchecked each device should remember the setting and only sync the apps that have already been selected for it, plus any you then decide to manually add to the list or purchase on each respective device.
    tt2

  • How can i sync my calendar in Outlook 2007 with iTunes 11.1.3.8 WITHOUT using iCloud?

    How can i sync my calendar in Outlook 2007 with iTunes 11.1.3.8 WITHOUT using iCloud?

    your link shows how to sync, i know how to do that.
    i specifically wanted to sync my outlook calendar with my phone, not my outlook calendar with icloud calendar.
    apparently you have to go into setup on phone and tell phone not to sync calendars with icloud so you can get choice to sync phone via itunes.
    thanks anyways for trying.
    feel free to reference my solution for similar questions.

  • How can I have a browser image that scrolls with images on top of it scrolling in tandem -

    How can I have a browser image that scrolls with images on top of it scrolling in tandem - so the background is a hexagon pattern with small images inside some hexagons and I want them all to be scrollable as a user uses the browser scroll bars. At the moment the background image jumps when I preview so the small hexagons all become out of alignment. Any tips appreciated. I have browser image set to tile - pinned at the middle and set to scrolling - the small images are not pinned -

    Thanks for your answer - The images on the top layer are also links and change to show they're links on rollover - so I wanted to keep them as separate graphics - and it works to a point but when I preview the page in a browser the tiled browser image always moves no matter how I pin it and then everything becomes unaligned. Any further suggestions appreciated.

  • How can I have 2 variables for one output?

    I need it so that the spacebar does one thing on one frame and another thing on the other.
    I have solved this but now I need to know how can I have it so 2 variables = 1 output.
    This is my code at the moment:
    while (menu)
    if (changecharacter)
    gotoAndStop(2);
    menu = false

    My whole code is:
    var menu:Boolean = true
    stop();
    var leftPressed:Boolean = false;
    var rightPressed:Boolean = false;
    var changecharacter:Boolean = false;
    Block.addEventListener(Event.ENTER_FRAME, fl_MoveInDirectionOfKey);
    stage.addEventListener(KeyboardEvent.KEY_DOWN, fl_SetKeyPressed);
    stage.addEventListener(KeyboardEvent.KEY_UP, fl_UnsetKeyPressed);
    Block.gotoAndStop(1)
    function fl_MoveInDirectionOfKey(event:Event)
              if (leftPressed)
                        Block.x -= 3;
              if (rightPressed)
                        Block.x += 3;
              if (changecharacter)
                        Block.gotoAndStop(2);
              while (menu)
              if (changecharacter)
                        gotoAndStop(2);
                        menu = false
    function fl_SetKeyPressed(event:KeyboardEvent):void
              switch (event.keyCode)
                        case Keyboard.LEFT:
                                  leftPressed = true;
                                  break;
                        case Keyboard.RIGHT:
                                  rightPressed = true;
                                  break;
                        case Keyboard.SPACE:
                                  changecharacter = true;
                                  break;
    function fl_UnsetKeyPressed(event:KeyboardEvent):void
              switch (event.keyCode)
                        case Keyboard.LEFT:
                                  leftPressed = false;
                                  break;
                        case Keyboard.RIGHT:
                                  rightPressed = false;
                                  break;
                        case Keyboard.SPACE:
                                  changecharacter = false;
                                  break;

  • How Can I Have Totals On Only One Record?

    Hi.  I don't have a clue where to start with my query.  I thought I had it, but turns one I'm missing something.
    I have a master table with three detail tables. In the detail tables, it is possible to have multiple records.  In one of the detail tables, I'd like to have a result record for each one present.  For the other two tables, I just want a single
    summation.  I'm seeing the summation on each record and that is throwing my report totals off.
    I have "work order history" as my master.  I have "equipment" as my detail.  For each work order, I want a record that shows the equipment number within the equipment table.  I have "labor" as a detail. 
    I simply need a sum of the total cost.  And I have parts as detail, I need a sum of the cost of parts.
    I'm hoping to see something like this in my result set but I don't have a clue how to do it.
    work order number       equipment number       cost of parts    cost of labor
    20                                   5                                 
    $15                 $100
    20                                   6                                
    $0                    $0
    20                                   7                                
    $0                    $0
            SELECT SUMLABOR.*, SUMPARTS.PARTSTOTAL, DMH.EQUIPNO, DMH.EQUIPNAME, DM.DATEISSUED, DM.DATEREQ, DM.DESCRIPT, DM.COSTCENTER, DM.USER0, DM.USER1, DM.USER2, DM.USER3, DM.USER4, DM.USER5, DM.USER6, DM.USER7, DM.JOBNO, DM.REQUESTNO,
    DM.REQUESTBY,
                                     DM.PRIORITY, DM.DATECOMPLETED, DM.MAINTCODE, DM.SHIFT, DM.WORKTYPE, DM.ESTDNTIME, DM.DOWNTIME, DM.DISTRIBCOSTS,
    DM.TOEMAIL, DM.BATCHASSIGNEMPNAME, DM.STATUS, DM.DATESTART, DM.TIMESTART,
                                     DM.TIMEREQ, DM.TIMEISSUED, DM.DATECLOSED, DM.TIMECLOSED, DM.PHONE, DM.EMAIL, DM.SRFROM, DM.TIMECOMPLETED,
    DM.LOGINNAME, DMH.DAILYRUNTIME, DMH.RUNTIME, DMH.LOCATION, DMH.WARDATE, DMH.UNITS,
                                     DMH.VENCODE, DMH.VENNAME, DM.FROMALARM, DM.DMHID FROM
              SELECT DM.DMHID, DM.WONO AS WONUMBER, SUM(la.labortotal) AS LABORTOTAL FROM DMHISTORY DM
              LEFT OUTER JOIN LABORHD LA ON LA.DMHID = DM.DMHID
              GROUP BY DM.WONO, DM.DMHID
            ) SUMLABOR
            INNER JOIN DMHISTORY DM ON DM.DMHID = SUMLABOR.DMHID
            LEFT OUTER JOIN
              SELECT DM.DMHID, SUM(PARTS.QTYALLOC * PARTS.UNITCOST) AS PARTSTOTAL FROM DMHISTORY DM
              LEFT OUTER JOIN PARTSHD PARTS ON PARTS.DMHID = DM.DMHID
              GROUP BY DM.WONO, DM.DMHID
            ) SUMPARTS ON SUMPARTS.DMHID = DM.DMHID
            LEFT OUTER JOIN DMHEQUIP DMH ON DMH.DMHID = DM.DMHID
    With the query above, I'm seeing this instead
    work order number       equipment number       cost of parts    cost of labor
    20                                   5                                 
    $15                 $100
    20                                   6                                
    $15                  $100
    20                                   7                                
    $15                  $100
    Basically my totals end up doubled or tripled with the current query structure. I only want them on the first record.  And it is possible that no equipment records exist at all and in that case I need a null for the equipment number but need totals
    from the labor and parts tables.
    Any help will be appreciated!  :)  Thanks!
    Debbie Erickson

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. You are not even
    close! Temporal data should use ISO-8601 formats. Code should be in Standard SQL AS much AS possible and not local dialect. 
    This is minimal polite behavior ON SQL forums. 
    >> I have a master table with three detail tables. In the detail tables, it is possible to have multiple records [sic]. In one of the detail tables, I'd like to have a result record [sic] for each one present. For the other two tables, I just want a single
    summation. I'm seeing the summation ON each record [sic] and that is throwing my report totals off. <<
    So wrong! The terms master and detail are not RDBMS; that is COBOL and network database terms. I see you are still using punch cards with only uppercase letters. 
    Rows are not records! TOTALLY DIFFERENT CONCEPT! The rows in a table all have the same structure; this is the nature of a set. 
    I see a repeated group users in violation of 1NF. Date used AS an attribute instead of an attribute property. More LEFT OUTER JOINs in one query than I use in entire applications. Think about “DM.dateclosed, DM.timeclosed” as a design flaw. Why use two columns
    for one measuremetnt? This error is called attribute splitting and it violates ISO-11179 rules. An SQL programmer would have a single data element: “DM.closure_timestamp” instead. 
    >> I have "work order history" as my master. I have "equipment" as my detail. <<
    Did you mean referenced and referencing table? Where is the DRI between them? 
    But we have no DDL, so it is probably worse. 
    >> I'm hoping to see something like this in my result set but I don't have a clue how to do it. <<
    Yep! Your whole approach is wrong. Can you throw this out and do it right or do you nee to update your resume and move back to a COBOL shop?  We can probably kludge it, but performance and data integrity will be awful. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • How can I install a jre on client machines with no Internet Access

    Hi
    I have a lot of client machines located throughout the country which are connected to a central network (Oracle) application server. The client machines do not have internet access. The application now uses an applet which is accessible from the network. I would like to use the <jsp:plugin> tag to automatically download and install a jre on the client browsers that don't have a jre installed, when they access the jsp page. Unfortunately, even using iepluginurl="http://server-address/jinstall-1_4_2-windows-i586.cab, the client machines still need to access the internet to install the JRE as the cab file needs to access files at the Sun site.
    Is there any online jre installer, that can be used on a network where the client machines do not have internet access? Or do I need to install the JRE manually on each machine? The browsers are all Microsoft Internet Explorer.
    Thanks
    David

    Thanks for your reply ChuckBing.
    Unfortunately I had already copied the instructions I found in the Sun documentaion to the letter and it still needed access to the internet. In the end I solved the problem by pointing the iepluginurl to a non existent file and putting a URL, pointing to an offline JRE executable on the server, as the message that appears when the applet cannot be loaded. The clients then have the choice of downloading the JRE or installing it online by clicking on the URL.
    Thanks anyway.
    David

  • How can I combine multiple calendars into one calendar?

    I've been using iCal for a very long time, upgraded to iCloud, when it was fully operational.  In addition to my personal calendar, I have used several different calendars for different kinds of  business activities.  However, I am not at a point, where tracking different business related activites is no longer necessary.  So, I would like to know how to combine all the unnecessary calendars into a single business calendar.  I want to be able to transfer my entire calendar history from all the calendars to a single calendar.
    Thanks in advance for your recommendations.

    For each calendar, from the File menu choose 'Export...' then 'Export...'; from the sub-menu. This will create an .ics file at the location chosen in the Export dialog.
    From the File menu choose 'Import...' then 'Import...' from the sub-menu. A navigation pane will open: navigate to and choose your exported .ics file.
    You will get a pane with a drop-down menu - choose the calendar you want to add this data to.
    Be aware that this procedure can't be undone.

  • How can I have several products in one order (eg: prints + albums)?

    I'd like to order prints and several albums. But I don't want to make 2 or 3 seperate orders, I'd like to have one shipment, which presumably will save some shipping costs. There doesn't seem to be a "shopping cart" where I can add my prints, then my albums and then order everything in one go. But I find it suprising that someone at Apple hasn't thought of that. Help please!

    No. Multiple copies of one order can be combined, but not multiple orders.

  • How can I have two Apple IDs (one from Canada and one from the UK) for the same device?

    I originally bought an iPhone in Canada and had my first Apple ID while there. I still want to have this account, as there are some Canadian apps that I wish to have and keep updating. However, I am now living in the UK - yet when I try to search for apps that all of my friends have I can't find them because they are particular to Britain. Do I need an new Apple ID for the UK, and is it possible to have both Apple IDs feeding into the same iTunes account?
    Thanks for any insight!

    If you want to move your iCloud account to another existing ID you'll have to delete the existing account, set up a new account with the other ID, then upload your data to the new account.  To do this, begin by going to Settings>iCloud and turn all synced data (contacts, calendars, etc.) to Off.  When prompted choose to keep the data on your phone.  After everything is turned off you can scroll to the bottom and tap Delete Account.  Then set up the new account with your other ID and turn syncing for calendars, contacts, etc. back to On.  When prompted, choose Merge.  This will upload your data to the new account.  Note: this will not migrate your photo stream photos.  You will need to save these prior to deleting the existing account.

  • How can i have 2 iphones but one itunes billing account

    i want to have my iphone with my stuff and my wifes with her info. Both phones say its my info

    The only way is to use the same AppleID for all purchases on both devices.

  • How can I sync Outlook Calendars on 2 PCs with my iPhone?

    I have a PC at work and a PC at home ... both have MS Outlook 2007 running on them; I have an iPhone 3GS
    I want to be able to sync the calendar from BOTH my PCs on to the iPhone and (therefore) with each other. However, I get a message on the second PC that I can't do this as it is only possible to sync calendars (and contacts by the way) with one PC. Is there any solution to this?
    My music is happily synced only with my home PC - fully understand the issues that mean you can only sync those libraries with one PC.

    Hi,
    you don't need MobileMe or anything fancy. I personally sync my Outlook calendar and my Outlook address book with three computers (two at the office and one at home)and besides I run Office 2003 on one, Office 2007 on the other and Office 2010 on the third, so it can't get more complicated than that, but it works 100%.
    First sync Outlook with iTunes on one computer, having done that when you try to sync it to another machine, iTunes will recognize that it is synced with another computer and ask you if you want to merge the data, say yes, That's all there is to it.
    It does not work for music as you rightly say but as far as Calendars and Contacts are concerned it's flawless and transparent.
    If you hit a snag talk back to me.
    Cheers.

  • HT201303 How can I have my iPhone and my iPad with the same Apple ID?

    I recently bought an iPad and I want to have it on the same Apple ID that I currently have on my iPhone 5. I want to be able to play my current game (Boombeach), which I started on my iPhone5, on my new iPad. Can anyone help with these problems?

    Backup your iPhone 5 to iCloud or iTune and restore backup to iPad.

  • How can i have a stroke on a photo with a solid white, 100 percent choked inner glow. the inner glow covers the stroke.

    i am trying in vain to accomplish the following: outer rule with a white border inside of it and then the photo. my solution to the inner white border is to choke an inner glow so that it has a crisp edge. i can set easily to the dimension that i want but it hides the stroke on the picture box. anyone have a solution?

    I'd make a custom stroke of type stripe and set the gap color to [Paper], myself. You can adjust the ratio of solid line to white line by varying the width of the solid portion in the stripe.
    In the case of the illustration below, the solid and gap portions are each 50% of the total stroke width, so if you set the stroke to 10pt, you'd get a 5pt solid line with a 5pt gap. Both stroke and gap can be set to any color you want once the stroke style is saved.

  • I have 3 i phones.  Can I have multiple accounts on one computer where it keeps the contacta and calendar for each?

    I have 3 i phones.  Can I have multiple accounts on one computer where it keeps the contacta and calendar for each?

    My daughter and I both have iphones. I created an account (not separate itunes) for her on my computer so she could sync her phone/itunes but not have it interfere with mine since we have WAY different taste in music. Creating a different computer profile should work if you have separate itunes accounts, too.
    If you all use the same itunes account, you can turn on Home Sharing. That way you can all download the same content without having to pay for it again. Not sure how or if that works with separate itunes accounts.
    Hope that helps!

  • Hi I have 2 apple id's one which has pulled through everything except my calendars and one which has pulled through just my calendars. How do I move my calendars from one apple id to another?

    Hi I have 2 apple id's one which has pulled through everything into icloud except my calendars and one which has pulled through just my calendars. How do I move my calendars from one apple id to another so that I can see everything in icloud with one apple id?

    Having read some other posts I think I have answered my question. If I was somehow able to terminate my old (unwanted) account and Apple ID I would no longer be able to access the material I bought with that ID-  so I'm stuck. I have to learn how to manage that situation.
    This is unfortunate for Apple consumers. Life is complicated for families these days and this "rule" although it is in place to prevent cheating and fraud makes things unnnecessarily difficult for me and my family as in my niaevity (sic) with the online world I bumbled into this situation. Not everyone is out to rip off Apple - one of the worlds richest corporations- or the entertainers who market their work through iTunes.I would just like to be able to enjoy the entertainment I pay for where and when I like to on whichever computer is available to me. And I'm not terribly computer literate.   
    It would have been nice to have had the opportunity to speak just once to a real person in the employ of Apple to explain my situation to them.

Maybe you are looking for

  • Tax calculation in T-code f-02 for vendor payment

    Hi Gurus, 1.  All tax setting are correct and working in f-43, f-48. 2. But I want to calculate tax in f-02 by using posting key 25 for payment of rent to vendors. 3.  While inputs are given the error message is given as  withholding tax is ignored.

  • How do I restrict the items shown in Action pull-down list in Quote Overiew

    I would like to restrict the items shown in the pull-down list of Actions in Quote Overview Screen in Oracle Quoting (HTML) The list is defined as part of Quick Codes (Lookup_type = ASO_QUOTE_ACTION). Per my understanding, it should show up all the l

  • Disk Utility no longer working

    I use Disk Utility whenever my Mac starts acting quirky, and for years this has seemed to do the trick. I would find a number of permissions that needed repairing, and that was that. But lately, it doesn't seem to be effective. When I try to repair p

  • Mother at Risk due to BT Fault affecting Life Line...

    Help! Mother without phone for over 10 days.  Needed for her Lifeline Alarm - she is 81, has diabetes, heart condition, hip replacement and is unsteady on her feet.  She is unable to use a mobile phone (we have tried!) She is UNSAFE without her alarm

  • With certain website, the 'back' key doesn't work.

    With several sites, my 'back' key doesn't work == URL of affected sites == http://various