Multiple users at home (one calendar)

How do 2 different users on the same iMac share a calendar created in iCal?
My husband has created a calendar in iCal under his user name. I would like this to be our master calendar for the home. How do I access and/or update whatever calendar he has created? I am the admin.
Linda

Here's how to share iCal calendars among multiple users on a single Mac.
What you need to do is to move the iCal folder to a shared folder that is accessible to all users and then replace the iCal folder in each user's library folder with a "symbolic link' to the shared iCal folder. The symbolic link looks like an "alias", but if you try this using "aliases" to the shared iCal folder it will not work (trust me). You can create symbolic links using the Terminal, but I have no idea how, and the idea of using the Terminal scares me. The easiest way that I know of to create a symbolic link is with a shareware application called Cocktail. It allows you to do a number of different things including System Maintenance, Network Optimization, etc. It took me a while to remember how to do this; I originally found the information in the Discussions when iCal was first released, but apparently none of those original postings are listed in the forums anymore.
Here's how to do it (you must have Administrator privileges):
First locate your iCal folder (your user name > Library > Application Support > iCal) and make a copy of it (Finder > File > Duplicate). Drag the copy to your Desktop until you're sure iCal is being shared between users.
Next move the original iCal folder into a Shared folder in the Users folder (Hard Disk > Users > Shared > iCal). To make sure all users can access the information, select the Shared folder, choose File > Get Info, click the little Lock icon, then under "Ownership & Permissions -> Details" make sure that the "Owner" is "System", "Group" is "Wheel" and "Access" for Owner, Group and Others is "Read & Write". Do the same with the iCal folder within the Shared folder, but this time, under "Ownership & Permissions -> Details" make sure that the "Owner" is "your user name", "Group" is "Staff" and "Access" for Owner, Group and Others is "Read & Write" and click the "Apply to Enclosed Items" button. I basing this information on what the Ownership & Permissions are for each of the folders in my system.
Open Cocktail (I'm using version 3.6.5). Once the app is open (you must enter an administrator's user name and password) click on the "Files" button, then click on the "Links" button. Where it says "Create Symbolic Link" click on the "Choose" button. Navigate to the iCal folder (Hard Disk > Users > Shared > iCal) and click "Choose" again. In the "Save As" box that appears enter "iCal", then navigate to the Application Support folder in your Home folder (your user name > Library > Application Support) and click "Save". Quit Cocktail and open iCal. You should see all of your calendars as you did before.
Log in under each additional User, move that User's iCal folder (user name > Library > Application Support > iCal) onto the Desktop, then create another Symbolic Link to replace it, using Cocktail as described above. In each case you should see the same calendar information as when you were logged in under your user name. As a test, add a New Event or To Do in iCal under one user, log out and back in under another user and you should see the changes when you open iCal.
Once everything appears to be working, you can delete the iCal folders from each User's Desktop.
As an additional maintenance measure, use Disk Utility to repair Disk Permissions.
Unfortunately, if each User has his/her own calendars in iCal they will not be in the shared calendars. Only the calendars in the first iCal folder used to set up the shared folder will be available and I don't know of any way to merge or combine the other user's calendars into one.
Hope this helps and good luck!

Similar Messages

  • Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to.

    Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to. 
    I'm NOT in any way a Terminal Services expert and I need help trying to get an application program working in a multi-user environment.
    The issue is that the printer changes for every user that is logged in. The application needs to print NOT to the default printer, but to a "special" printer which is selected in the application... let's call it a label printer to simplify the explanation.
    You have your default regular printer, easy for the application to find that one, and then you have a special printer that labels get printed onto. The application needs to know what printer is the label printer. So we allow the user to select that in the
    application and the selection is stored in a config file in 
    C:\ProgramData\mfgr\prog\setting files
    I don't have access to the application so I can't change how this works.  
    In the "regular" world, selecting the label printer driver to use should be per machine, NOT per user. When a new user logs into a machine, the physical printer doesn't go "poof" and a new printer suddenly appear. Same printer for all
    users.
    Yet in terminal services, the physical machine is "merged" with the virtual machine on the server. And there can be many users logged in at the same time. So each users real machine (and real printer) is injected into the "fake" terminal
    services machine. The name of the printers is made unique for each user. So the printers DO go "poof" and change names depending on the user logged into terminal services.
    So user "A" logs in and sets up the application to print to "LabelPrinterForUserA" (or whatever the name of the printer happens to be), that setting is stored in the ProgramData subfolder, and all is well. Later, user "B" logs
    in, and when they print, the application tries to print to "LabelPrinterForUserA" which doesn't exist for user B or is only accessible by user A. If user B re-configures, that breaks it for user A. 
    SOLUTION 1: The way that /should/ work (in my mind) is that you define one "generic" printer in Terminal Services... call it "Virtual Label printer" and when the user wants to print to it, the print job gets re-directed back to whatever
    physical printer is actually connected to their local workstation. There is a map of virtual printer to actual printer depending on the current user. The application is told once to print to "Virtual Label Printer" for all users.
    SOLUTION 2: Or... there should be some way to make the ProgramData sub folders separate per user. E.g. when user "A" tries to access:
    C:\ProgramData\mfgr\prog\setting files
    they actually get 
    C:\UserData\UserA\AppData\mfgr\prog\setting files
    and user "B" gets
    C:\UserData\UserB\AppData\mfgr\prog\setting files
    So the question I have is: Does either of those solutions exist hidden somewhere in the setup of terminal server? Or is there another way around this issue that I don't know?

    I don't really have a "for sure" answer to this, but because people here can't seem to deal with a question that hasn't been answered I'll provide the best answer I did receive from ServerFault.com user Nathan:
    I can feel your pain with using old software on terminal servers ...the solution I've come up with definitely won't scale as it requires some manual configuration, but I've gotten this method to work with our label printers (which require to be
    printed to an LPT port...yep, that old).
    Share your USB-connected printers to the network on each machine. Then, have the user log in on aunique session for each of them
    (a TS account cannot be shared among computers for this to work) and install a network printer pointing to the USB one they shared. Try to use a DNS name to account for possible DHCP movements.
    After, it should work. Each user can do this since display names can be identical as long as the ports are different (which they are).
    This was clarified by the following series of comments:
    I think you are on to something here, and I originally advised the admin to do this. The problem he ran into is that it setup the printer names in the TS as "printer on usersworkstation"
    and he could not rename it except to change the "printer" to whatever. E.g. the "on userworkstation" remained. I believe there is another way of installing the printer which avoids this, but I can't find it. Ages ago, one used to do NET
    USE LPT2 \\computer\printer password /USER:domain\user /PERSISTENT:YES and then tell the driver to print to LPT2 –  James
    Newton Mar
    17 at 16:21   
    @JamesNewton That's actually the exact method we used. The way around the "network printer" part is to install it as local printer and map it to a TCP/IP port that way. –  Nathan
    C Mar
    17 at 16:28
    You mean in the case where the printers are TCP/IP connected and not local USB / LPT to the users workstation? That makes sense. Wonder if this will work for USB connected printers... –  James
    NewtonMar
    17 at 16:35   
    @JamesNewton You'd share the local printer on the client's PC then on the server connect via TCP/IP to it. You'd need static addresses or use DNS names if DHCP, though. –  Nathan
    C Mar
    17 at 16:51
    Ah. Yes. I see. Looks like the LPT thing should work even with a USB connected printer:superuser.com/questions/182655/… –  James
    Newton Mar
    17 at 17:09   

  • Can you set up multiple user accounts on one laptop?

    can you set up multiple user accounts on one laptop?

    Of course.
    And instructions can depend on which OS X is installed.
    For v10.7 Lion > OS X Lion: Create a new user account
    For v10.8 Mountain Lion > OS X Mountain Lion: Create a new user account
    When you post for help, please state which OS X is installed.
    If you aren't sure, click About this Mac from your Apple menu 

  • Multiple user accounts on one ipad possible

    Is it possible to have multiple user accounts on one single ipad. Like one admit account, one for the Kids and one for mom and dad?
    Thanks!
    Josef

    iOS: Understanding Restrictions (parental controls)

  • How do I setup multiple users to use one source but manage playlists separately?  For example, play counts are specific to each user.

    How do I setup multiple users to use one source but manage playlists separately?  For example, play counts are specific to each user.

    Hi,
    Thank you for posting in Windows Server Forum.
    Here adding to the words of “Tim”, a forwarder is a DNS server on a network used to forward DNS queries for external DNS names to DNS servers outside of that network. You can also forward queries according to specific domain names using conditional forwarders.
    A DNS server on a network is designated as a forwarder by having the other DNS servers in the network forward the queries they cannot resolve locally to that DNS server. You can refer information regarding forwarders and how to configure from beneath link.
    Understanding forwarders
    http://technet.microsoft.com/en-us/library/cc782142(v=ws.10).aspx
    Configure a DNS Server to Use Forwarders
    http://technet.microsoft.com/en-us/library/cc754941.aspx
    Hope it helps!
    Regards.

  • How can I have multiple users edit the same calendar?

    I work on a team of about a dozen people. We already share individual work calendars through iCloud. We want to create a master iCal calendar that allows us to display our various deadlines on a given project. We want the people to be able to edit their own deadlines.
    How can I create a calendar that offers multiple user Edit permission?
    Thanks!

    Go to this page:
    http://help.apple.com/icloud/#mm6b1a9479
    and expand 'Share a calendar privately'.

  • In trying to share music with multiple user accounts on one comp, I quit itunes, located my itunes media folder, moved it to a publicly accessible location. Problem is it didn't work and now I can't get it all back to the way it was.

    In trying to share music with multiple users on one computer, I followed the directions on "iTunes:How to share music between different accounts on a single computer" (http://support.apple.com/kb/ht1203). I did something wrong because i lost iTunes
    Tried to put files back, but it is not the same. Plugged in my ipod and it is not recognizing my computer.
    Can someone tell me where iTunes should be, and what sub files should be included with it. Thanks!

    If you are seeing the "Connect to iTunes" logo, then your device is in Recovery Mode, and you will need to restore it:
    If you can't update or restore your iOS device
    iOS: Back up and restore your iOS device with iCloud or iTunes
    Cheers,
    GB

  • Multiple users and devices, one account

    I have an iPad 1 and iPod Classic.  My wife has an iPhone 4s and an iPod Touch.  Sonny boy also has an iPod Touch.  They are all linked to my apple id and account.  How do I separate the account so that we can each manage our own devices from our single PC?
    Though my wife has her own apple ID and account, everything is apparently linked to my account.
    How can I set things up so we each manage our own devices, libraries, downloads, and accounts?

    Yes, it does.  Method one.  Multiple Windows User account - to create different Windows User account for your wife and you son.  You already have your windows user account, you just need to add two more. - Go to Windows Control Panel, Users and add user.(remember to choose Administrator instead of standard user).
    Each of you will log in to your own windows user profile to manage your own iTunes library, account and sync devices.
    e.g. Windows startup screen for multiple User profile.

  • Multiple users on home LAN sharing both the Music folder and library

    Hi there,
    I've been hunting around the web and not found anything that helps me with this specific situation though various articles come close but I've not actually succeeded yet, I was wondering if anyone can help.
    I have a Windows XP home PC, 2 user login profiles, both share the same music folder but have different librarys.Using Itunes 10.
    I've recently purchased a NAS, I have successfully moved the music folder to the NAS and now also have a netbook (windows 7) seeing the same music folder.
    What I want is to have any users/PCs to have the same music folder and the same library on Itunes.
    Where I come unstuck is the library as I want the library from the primary user on the PC to be the master, I want this located on the NAS and I want any machine/user to share this same library. I know it's the Itunes folder in My Music, I can easily move that but most forums suggest starting Itunes holding down shift andselecting a new library but I do not get this option.
    Instead, I go into the library options but the library command to compile (can't remember exactly that command) seems to retain the local library store.
    Is there a way I can just add my NAS located music folder and point Itunes to a different itunes folder for the library?
    Separately, I'd like to know if there is an option to keep a local copy of the music and photos folders, I'd like the netbook to be able to this as a backup of the NAS.
    Really appreciate any help on this.
    Thanks.

    It is not really practical for multiple users on different PCs to use the same library database. This is because the iTunes database is not multiuser, the can however share the same content files.
    So each PC will need it's own library database (iTunes Library.itl) which in this case is best located on the users own PC.
    Utilities such as Tune ranger can keep libraries in sync:
    http://www.acertant.com/web/tuneranger/
    For backup, some people find synctoy a free utility from Microsoft works for them.
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c26efa36-98e0-4ee9-a 7c5-98d0592d8c52

  • Oracle Workflow Notification to multiple users but only one response required

    Hi,
    I'd like to ask help on how I would go about this. I have a requirement using Oracle Workflow. Initially the workflow sends a notification with the option to Accept or Reject to a group of people, then if one accepts I should end the process. But if all rejects, then send a notification to the Manager.
    I used a Loop Timer to loop through the members of the group but I noticed that one needs to reply before the next one gets notified and so on.
    I thought of using adhoc role then adding all members to this role. But not sure how to catch if one accepts or all rejects.
    Appreciate any suggestions.
    Thanks,
    Allen

    Hi
    We have a similar situation and every level has multiple user to release the PO. I have tried with all possibilities using standard functionality but no good.
    Would you mind to share the design and the process will be great help.
    Thnaks
    Partha

  • Login with Multiple User Accounts From One Machine

    We have users with multiple accounts (Admin and Standard) in our organization and we want them to be able to launch RemoteApps from RDWeb using both accounts at the same time (from a single workstation).  For example we would want their standard account
    to launch the RemoteApp HEAT and their admin account to launch the RemoteApp Exchange Management Console.  Is this possible?

    Thanks for the suggestion, but I'm not talking about concurrent sessions for a single user - I'm talking about multiple user accounts being used from an individual machine at the same time.  The situation would be as follows:
    I log on to the computer with my normal user account (lets call it NZiehnert)
    I launch an application from the RemoteApp and Desktop Connections shortcut in my start menu, which launches the application as NZiehnert
    I launch the RDWeb access portal and log on using a different account (lets call it NZiehnert.admin)
    I attempt to launch the same application from step 2 (or another application that runs from the same server) and instead of launching as NZiehnert.admin the application runs as NZiehnert
    Basically, we have administrative tools that we wish to put into our remote environment, but we also have tools that are used by the same users normal accounts.  So we need a way for those users to be able to access the applications as a different user
    - at one point I was able to generate this dialog, but I'm not sure how to recreate it:

  • How to add multiple users permissions to a calendar using powershell?

    I have an organization that was recently setup in Exchange Online and they have unique circumstances in that every user in the organization needs "reviewer"
    access to every other users calendars.  I cannot change the default permission since new users added after this should not be able to see these calendars details.  There are a few I will go back to run a Set command on to change an individual permission
    here and there for specific needs, but the main need is below.
    I have basic experience with powershell commands and have found how to manually add a single users permissions to a calendar using the command below:
    Add-MailboxFolderPermission -Identity alias:\calendar -user alias -AccessRights reviewer
    Since it's not realistic to run this command thousands of times changing the user aliases each time, I was hoping someone could help me build a command to run on a single mailbox's calendar that would add every current user in the organization with certain
    permissions such as "reviewer" or "availabilityonly".
    Thanks for the help!

    Hi,
    A possible solution is to do this via Security Groups.
    Add-MailboxFolderPermission -Identity [email protected]:\Calendar -User [email protected] -AccessRights Owner
    This way, you simply add users that require access to the CalendarOwnerAccessGroup
    You still have to run this on every mailbox that should have this feature, but that could be solved using powershell piping.
    http://technet.microsoft.com/en-us/library/ee176927.aspx
    /Anders Eide

  • Sharing Itunes Music Library among Multiple User Accounts on One Mac

    I have 3 user accounts set up on the computer and one itunes account authorized on all 3 user accounts. I have the music library files placed in the shared folders and permissions set up to allow all users to read & write the music. However, only my user account (the main account with admin privileges) is able to access the music unless I log into my user account, run iTunes with sharing enabled, then exit to the login window. Then the other users can access the shared iTunes library. I have preferences setup to use the same library folders.
    An earlier version of iTunes used to allow me to do this, and iPhoto still does allow a similar setup with my photo library.
    Is there a way to fix this?
    Thanks!

    I have an iMac at home with 4 users. I've recently struggled with this and thought I had a working solution ...
    I created a new iTunes folder off of root. I then logged in as each user and set the path on their Advanced Tab to /iTunes/iTunes Music/ and dragged and dropped their local iTunes Music folders (~/Music/iTunes/iTunes Music/) into iTunes. This copies files that aren't there but skips anything that might be in two peoples library.
    Then iTunes 8.1 came out and now things are broken. I've rebuilt the index by doing an Add to Library but my Podcasts don't download any more. 8-(

  • Multiple User accounts on one PC (Vista)

    My wife and I share a PC running Vista. We each have separate user accounts. I have our music stored in a a shared (designated "Public Music")directory. However, every time I add music, it doesn't appear in her iTunes library until I add them while in her accout. Moreover, onmore than one occasin, after I have added music, her entire library has been corrupted, with itunes unable to find the relevant files.
    How can I set iTunes up so irrespective of user account, we share the same iTunes library and irrespective of the user account that is active, any of our multiple Ipods can sync?
    Is this as simple as placing the iTunes library file in a pubic directory?
    Any suggestions would be appreciated.
    Message was edited by: djg21

    iOS: Understanding Restrictions (parental controls)

  • Multiple user folders, only one user account

    Hello everyone,
    I recently had to reformat my Macbook and reinstall. In the Macintosh HD/users folder are three folders: one with an icon of a little house with my computer's short name, another called Shared and another with my first and last name.
    In System Preferences/Accounts, I only have one user. Whenever I use the finder to drag and drop a file into, say, Movies, it drags it into the second user folder ie. not the one with the little house icon. Consequently, Front Row cannot find my avi's and iTunes cannot find my music.
    While I can (and have) simply transfer all my files from one folder to another, it doesn't explain where this extra user came from and why it seems to have control over the Pictures, Movies and Music folders on the left hand side in Finder while the account that I'm logged in on is somehow secondary.
    I really don't want to have to reformat my machine again. How do I delete this second user safely? Where did it come from?
    Any help would be greatly appreciated.
    Thanks a million
    Dave

    Some ways that you can end up with extra user folders are:
    You migrated data from an older computer using the migration assistant or target disk mode.
    If that is not the case then what has happened is that you done an archive and install not preserving user and network settings but then that folder should be located in a previous system folder.
    The most likely scenario, is however, that you somehow managed to rename your home folder.
    When that happens and you restart your computer the system will look for a folder with your username, that name on your computer, is the name on the folder that has the home icon.
    If a folder with that name is not found a new user folder will be created, it will however, not contain any of your current data files.
    Open the folder which does not have the home icon and check for your user data.
    If it contains your user data you need to rename it back to the name of the home folder with the icon.
    It is not that simple though since you can't have 2 folders with the same name.
    So move the folder with the home icon into shared.
    Now rename the other folder to its proper name.
    Then log out and when you log back in you will be logged into the other user folder with your data.
    If you created any files under the new user folder you can retrieve them from the folder you dragged into Shared and you will note that it no longer has the home icon.

Maybe you are looking for