How can I import iCal from Tiger directly to Lion?

I am told by Apple tech support that it is not possible. That seems to me very lame. Any workarounds? Do I need really three or more machines with Tiger, Lion and one or more in-between systems to do it?
Thanks for any help.
If no option is available then I want to leave the feedback that this should really be possible. I should think Apple has accopmlished things much more difficult than this.
Best wishes,
George

Greetings,
If you have the .ics files which contain your calendars from Tiger (Home > Library > Application Support > iCal) you can try importing them into another calendar program / server and then re-exporting them.  This may make them readable by the new iCal.
Program to try: http://www.mozilla.org/projects/calendar/sunbird/
Or
Import them to Gmail:http://support.google.com/calendar/bin/answer.py?hl=en&answer=37118
and then Export them back out: http://support.google.com/calendar/bin/answer.py?hl=en&answer=37111
Cheers.

Similar Messages

  • How can I import contacts from iCloud to iCal in snow leopard?

    After upgrade software on iPhone (with iCloud) contacts of iCal on MAC (Snow Leopard) are no mre sync... with iPhone....
    As now I have all updated contacts on iCloud, how can I import contacts from iCloud to iCal in snow leopard?
    Thanks for help !!!!
    Marco

    Log in to icloud.com
    Select Contacts
    Click on the first contact
    Hold down shift and click on the last contact
    Click the gear box at the bottom of the screen
    Choose "Export vcard..."

  • How Do I Import Playlists From Tiger To Leopard?

    OK, I give up. The following falls under the category “It Doesn’t Have To Be This Hard.”
    I purchased a new iMac and went with the 24 inch Intel 3.06 GHz Core 2 Duo, 10.5.5. Sweet.
    With my previous iMac (G5 Rev A., 10.3.9), I had Tiger 10.4.11 installed on an external HD and used it for my iTunes collection. All was well.
    Now, with Leopard on the new iMac, I’m stumped as to how I can import the playlists from Tiger’s iTunes. I’ve imported the music and podcasts, etc. from Tiger but the playlists are empty. I have them listed but all except one have no music in them.
    So, my questions (after performing a thorough review of the forums and entering every search term I could think of related to this issue) are these:
    1. How do I import playlists from Tiger to Leopard so that I get music and playlists?
    2. Where are the playlists stored? I cannot find them using a Spotlight search ( using Leopard), nor are they listed in the iTunes music files. So, where does Tiger and/or Leopard keep them?
    3. At least one playlist made it from Tiger to Leopard. Why did the other playlists arrive but w/o music in them?
    4. Is the problem I have described a common one? If so, why is there no easy fix for it. Or perhaps there is an easy fix but I’m too blind to see it.
    Anyone with answers is encouraged to reply. I’ll sign off as “flyboy01” but in reality I’m “Stumped!”
    Thanks in advance,
    flyboy01

    Just so you know, the difference in the version of the operating system has no bearing here as you would have experienced the same issue going from account to account on the same computer because you performed an incomplete iTunes transfer. As you inquired about where playlists are located, I will give you a complete break down of iTunes database structure as well as the proper technique for transferring your library.
    _*INSIDE iTUNES*_
    *iTunes Components: The Library and the Database Table*
    The term library gets thrown around quite a bit when people discuss iTunes, but what you see in iTunes denoted as your libraries (e.g., music, podcasts, TV shows, etc.) is actually just a reference to your actual media library. iTunes is essentially a database package, just like your local public library’s computer-based card catalog system; the difference is that the content is electronic and owned by the user so you can also directly access the content through iTunes instead of having to go and (physically) retrieve it. Your actual library is the collection of media files you have stored on your computer. If you think of it in terms of the real world, your media files are the virtual equivalent of the books, periodicals, microforms, etc., in a real library and the folder or volume in which those media files are contained is the library.
    While iTunes will allow you to add media to its library (iTunes library interface) from anywhere on any volume attached to your computer (e.g., branch libraries), iTunes generally expects your library to reside in a single folder (main library). In iTunes that folder is referred to as your iTunes Music folder and by default it is a folder named iTunes Music contained in your iTunes folder (~/Music/iTunes). The music folder can have any name and be located anywhere on any attached volume as long as you inform iTunes of where it is located by changing the iTunes Music folder location in the Advanced tab of iTunes’ preferences.
    How you organize music within your music folder is unimportant, but iTunes must know the location of the (root) music folder in order to properly access the media files contained within that directory. The reason for that is because once you have defined a music folder location, or leave the default, that location is where iTunes will automatically place any new content that you add to iTunes’ library. Keeping the location of the music library straight is most important to iTunes users, such as myself, that keep their actual library on a separate volume from the system volume where the iTunes folder is located.
    When iTunes uses the term library, it is actually referring to its database table file. Properly designed databases, particularly those that are scalable and that allow records (database entries) to be found or visually organized via multiple keys (metadata), as iTunes does, consist of two basic parts: the database, or source data (records), and the index table(s). In iTunes your media files are the records. Along with the actual media content, those files also contain a number of tags that provide a range of information about that particular media file (e.g., artist, song title, movie title, album, year, etc.).
    The database table is the iTunes Library file located in your iTunes folder. That file is actually what iTunes references the vast majority of the time when you are browsing your collection. The table contains metadata about all of the media files in your library and it is that metadata that is displayed in iTunes when you browse your library. When you play content or edit tags, then iTunes directly accesses the files in your library. The table also contains your playlists and playlist folders, so that is the reason that Spotlight would seem to not find them on your computer’s hard drive; Spotlight most likely did list ‘iTunes Music Library.xml’, as that file is an XML version of iTunes database table.
    If you copy the iTunes Music Library.xml file to the desktop on your old computer and open it, you will see the basic structure of the table. The first group of entries are the definitions of your media files—the code between the <dict> and </dict> tags—and contain the metadata that is displayed in iTunes and by which you can search and group music in iTunes various views. The definitions also contain metadata defining the location of the media file, if the track is enabled (checked) or disabled (un-checked), the (iTunes) track ID, etc.
    If you scroll toward the end of the XML file, you will see the definitions of your playlists and playlist folders as well as some occasional data blocks that look like gibberish. The latter is the text representation of the binary code that defines the criteria for smart playlists. On thing that you will notice about the playlist definitions is that they do not contain detailed track info or metadata for the songs contained within the playlist(s). iTunes is a relational database, so the playlists do not contain any actual data, but instead a list of indices (pointers), the Track IDs, to the definitions for each track you have in your playlists. The definitions listed in the first part of the XML file also contain only a subset of the tracks ID3 tags. The definitions only require metadata for information that is relevant to permitting you to browse and organize your library in iTunes’ interface. In the track definition, the Location metadata is an index and points to the actual media file where the complete set of ID3 tags, as well as the actual media content, reside.
    While your media resides in your music folder, the library structure you create in iTunes is actually a simple, albeit long, table stored in a separate file. Another component of iTunes is the artwork database kept in the Album Artwork folder. The Album Artwork folder contains a complex folder tree structure with proprietary .itc files at the leaves. I do not know what the exact structure of the .itc files is, but they play a role in storing image info for the various graphic-based views in iTunes (e.g., CoverFlow). Also, any songs you purchase from the iTunes Store will have the cover art stored in the Album Artwork folder; images that you add manually are stored in the actual media files.
    *Transferring Your Library to a New Computer*
    Now you see that there is more to iTunes than just your media files. Thus, if you want the playlists that you spent time building to migrate with your music collection simply copying the music folder to the new computer is not going to result in what you want: a complete transfer of the library you dedicated time and energy into organizing. When you transfer music files to a new computer iTunes builds a new library around that content and the only playlists that will be present are the defaults tha come with iTunes; your user-defined playlists will not appear on the new computer if you have not transferred the database table.
    In order to successfully transfer iTunes to a new computer you need to move your library and everything that was built around that library. To perform a complete library transfer you need to follow this procedure:
    1. *Consolidate your library* If you know for a fact that all of you media files are contained within a single root directory (e.g., iTunes Music), then this step is not necessary. If you do not have the preference to “Copy files to iTunes Music folder when adding to library” enabled, then there is a good chance that you will have orphaned media files and should consolidate your library just in case. To perform library consolidation go to Advanced > Consolidate Library (iTunes 7.x) or File > Library > Consolidate Library (iTunes 8).
    2. *Transfer your database* Replace the default iTunes folder on your new Mac with the iTunes folder from your old Mac by transferring the entire folder. When asked if you wish to replace the existing iTunes, do so.
    3. *Get the media library* If you keep your music in the default iTunes Music folder contained in the iTunes folder, then you have already performed this step. If not, transfer your music folder from you old Mac to wherever you wish for it to reside on your new Mac.
    4. *Set up iTunes* Unless you already started modifying preferences in iTunes on the new Mac, when you launch iTunes you should see your music library just as you did on your old Mac.
    a. If your library is in the default location, ~/Music/iTunes/iTunes music folder, iTunes will begin rebuilding your library after it launches. Once that process is completed, you should see your library with playlists and folders intact.
    b. If your library is in an alternate location, you will see an empty library, but you should see your playlists and folders, albeit filled with broken links. Go to the Advanced tab in iTunes’ preferences and change the location of the iTunes Music folder to the location of your transferred music library. iTunes will begin rebuilding your library from the alternate folder. Once that process is completed your library should be just as it was on your old Mac.
    5. *Keep your library consolidated* To insure that any new media that you add to iTunes stays with your main library when you add content to iTunes make sure the “Copy files” preference is enabled. If the “Copy files” preference is disabled then any content that does not come from the iTunes Store or ripped CDs that you add to your iTunes library will remain in the location where the content was originally placed.
    Hopefully this helps you better understand how iTunes works and why simply transferring your media files results in a loss of your library’s structure.

  • How can i import contacts from another AIM account to this new one

    If you reference my last ichat question, you will see that I have had serious problems and had to create a new account.
    How can I import contacts from another AIM account to this new one??

    Hi,
    Use AIM for Mac and use the Export and Import features.
    Other than that it is a question on making sure every Single Buddy has more than just their Screen name in the IChat Address Card so it is added to the Address Book and dragging them back from there
    9:08 PM Thursday; February 7, 2008

  • How can I import pictures from my iphone to PC which I imported to the iphone from another PC? The folder doesn't show on my computer. I see all other pictures I took with the phone but not the imported folder.

    How can I import pictures from my iphone to PC which I imported to the iphone from another PC? The folder doesn't show on my computer. I see all other pictures I took with the phone but not the imported folder.

    Photos that were synced from a computer won't show for copying to a computer. If you want to copy them back then you will need a third-party app on your phone such as Simple Transfer which can copy them off via your wifi network. But photos are 'optimised' when they are synced to a device, any that you then copy back to a computer may not be exactly the same as they originally were on your computer (e.g. their dimensions might be different and their colours may look a bit different).

  • How can i import contacts from a csv file to "iCloud Contacts"?

    How can I import contacts from a csv file to "iCloud Contacts"?

    The only way I know of to import cells from a csv file is by creating a new file.  But then you can select the desired cells and copy them to the other file.  I just did it to be sure it works.
    1. Create the new spreadsheet file via the upload command.
    2. Select the cells (table) that you want to move to the other file and press command+C (copy).
    3. Close the new file and open the existing file.
    4. Select the top/right cell of the area to receive the copied "table" and press commant+V (paste).
    I hope this is what you're trying to do!

  • How can i import contacts from my regular sim to iphone 5 (nano sim)

    how can i import contacts from my regular sim to iphone 5 (nano sim)

    Sync the phone with the regular sim to the appropriate program on your
    computer. When you set up the iPhone 5 in iTunes on that computer, you
    will be offered the chance to import the contacts, etc.
    Or take old phone and new iPhone to your wireless provider. They have the
    equipment to do this quickly.

  • : how can I import mp3s from my gmail account into my iTunes application so that I can import audio for recording into GarageBand ?

    : how can I import mp3s from my gmail account into my iTunes application so that I can import audio for recording into GarageBand ?

    Save the file from Gmail onto your computer and add it to iTunes.  How you save from Gmail is a Gmail question (their own support pages), not an iTunes question.

  • How can i import tables from a different schema into the existing relational model... to add these tables in the existing model? plss help

    how can i import tables from a different schema into the existing relational model... to add these tables in the existing relational/logical model? plss help
    note; I already have the relational/logical model ready from one schema... and I need to add few more tables to this relational/logical model
    can I import the same way as I did previously??
    but even if I do the same how can I add it in the model?? as the logical model has already been engineered..
    please help ...
    thanks

    Hi,
    Before you start, you should probably take a backup copy of your design (the .dmd file and associated folder), in case the update does not work out as you had hoped.
    You need to use Import > Data Dictionary again, to start the Data Dictionary Import Wizard.
    In step 1 use a suitable database connection that can access the relevant table definitions.
    In step 2 select the schema (or schemas) to import.  The "Import to" field in the lower left part of the main panel allows you to select which existing Relational Model to import into (or to specify that a new Relational Model is to be created).
    In step 3 select the tables to import.  (Note that if there are an Foreign Key constraints between the new tables and any tables you had previously imported, you should also include the previous tables, otherwise the Foreign Key constraints will not be imported.)
    After the import itself has completed, the "Compare Models" dialog is displayed.  This shows the differences between the model being imported and the previous state of the model, and allows you to select which changes are to be applied.
    Just selecting the Merge button should apply all the additions and changes in the new import.
    Having updated your Relational Model, you can then update your Logical Model.  To do this you repeat the "Engineer to Logical Model".  This displays the "Engineer to Logical Model" dialog, which shows the changes which will be applied to the Logical Model, and allows you to select which changes are to be applied.
    Just selecting the Engineer button should apply all the additions and changes.
    I hope this helps you achieve what you want.
    David

  • HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    Another method is tosave your Word document as an a web page.  Then open the htm file, copy the text and paste into an HTML snippet on your web page.  Resize to show all the document and publish. It will retain the style, font and alignment of the original Word document.
    OT

  • How can I import contacts from iCloud to CONTACTS in snow leopard? !

    After upgrade software on iPhone (with iCloud) contacts on MAC (Snow Leopard) are no mre sync with iPhone....
    As some time hase passed by and I did not notice it immediatly, now I have all updated contacts on iCloud and no moe on Mac;  how can I import contacts from iCloud to Mac contacts in snow leopard?
    Thanks for help !!!!
    Marco
    PS sorrry, previous question was a mistake

    At http://icloud.com go to the Contacts page. Select all your contacts, click the cogwheel icon at bottom left and select 'Export vCard'.
    Now open Address Book on your Mac. From the File menu choose 'Import' and select your exported file. Of course if it contains entries which are also on the Mac you will get duplicates.

  • How can i import photos from ipad to itunes, how can i import photos from ipad to itunes

    How can I import photos from my iPad to iTunes on my Windows Vista PC?

    I'm puzzled!  I had received a set of jpg files through an e-mail on my ipad.  For reasons unknown to me, they got saved to my (only) album, that had an irrelevant name.  When I tried to change the name of the album, I received a message that I could only change the name of the album after importing them to the computer where (as I recall) iTunes resided.  After much huffing and puffing, I managed to import the photos, to the Windows computer, but they wound up in a Windows Photo Gallery directory, where I put them into an appropriately named album.  Now, how do I get them back to the iPad.  (I also learned, I think, that iTunes will have nothing to do with the photos.
    Roger

  • HT201302 how can i import photos from iphone to pc

    how can i import photos from iphone to pc?

    For photos taken with the iPhone or saved from emails/websites then on a PC you should be able to use the Windows Camera Wizard or just copy them via Windows Explorer (there is more info on this page).
    For photos that were originally synced from a computer you will need a third-party app such as Simple Transfer which can copy them off via your wifi network. But as photos are 'optimised' when they are synced to the iPhone, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

  • How can I import photos from iPhoto-library to edit in Photoshop CC? - and save it back to the iPhoto-library?

    How can I import photos from iPhoto-library to edit in Photoshop CC? - and save it back to the iPhoto-library?

    How to access iPhoto images for use in Photoshop
    1. In the Finder, navigate to Users > [user name} > Pictures > iPhoto Library. 
    2. Control-click the iPhoto Library file and choose Show Package Contents.
    3. A Finder window opens that shows the contents. The Masters folder (or called Originals folder) contains all of the photographs that are in iPhoto. 
    Photoshop cannot access this folder, but if you make a duplicate of the folder, the dupe will be accessible -- so:
    4. Control-click the folder named Masters (or Originals) and choose Duplicate. 
    5, Drag the duplicate folder which is named "Masters copy" or “Originals copy” from the iPhoto Library Finder window to the Desktop.
    6. Open images in Photoshop from file on desktop.
    7  Rename the folder and move it elsewhere (probably to the Pictures folder), if desired.  

  • How can I import images from iphoto with the albums and folders?

    How can I import images from iphoto without losing the albums and folders I already created?

    In Organizer, you can choose File>get Photos and Videos>From iPhoto.
    Importing from iPhoto'09: If in iPhoto, you organize your media using photo references, that is, the media actually does not reside inside iPhoto library package, and are referenced through original locations, Organizer does not create new copies of those media and just refer to the original location. but if your iPhoto media reside inside iPhoto library, Organizer creates a copy all media in your pictures folder, also imports albums and tags and other metadata.
    Importing from iPhoto'011: In this case, Organizer always creates a copy of your photos in your pictures folder which resides inside iPohto package. It does not import the albums and other metadata like star rating, caption etc.
    Hope this information helps!
    regards,
    vaishali

Maybe you are looking for

  • How do I move my iTunes library from my external hard drive back to my computer?

    Just wondering how do I move my entire iTunes library from my external hard drive back to my computer? It was moved to an external hard drive a few years ago, and now I'm wondering how to move it back to my iMac to increase performance. Where does it

  • 290x Gaming bios request

    S/N: 602-V308-06SB1403002028 thx!

  • Clafirication on Login Detials  when using JNDI in Toplink

    Hi, I am using Toplink in my application for connecting to Database using JNDI ,which is specified in session.xml ,given below <toplink-configuration> <session> <name>default</name> <project-xml>META-INF/toplinkMapping.xml</project-xml> <session-type

  • Scheduling Variants

    Dear All,     I made a variant in RSRT transaction code for a query and then used that query in APD and transfered that data into ODS. Now I want to schedule this activity every month . but the variant which is calday should change to the last day of

  • My first app in Apple app store & Android Market...

    I've been building a large multiscreen app in Air for boating that's quite involved - it's been about 2 years in development.  I realized that I had no experience getting apps into the varous app stores so I made a small app and released it to the Ap