Importing tasks into iCal

Does anyone know if it's possible to import tasks into iCal? What format would be needed? Would it just use the Import function or is there another trick?
Thanks

Hi Jessie,
Is the calendar published on your friend's site in iCal format?
John M

Similar Messages

  • Import tasks into groupwise

    Anyone know a way to import tasks into groupwise using a xls or csv file ?
    Thanks

    Hi,
    You might be able to accomplish this by using the GroupWise API's: https://www.novell.com/developer/ndk...groupwise.html
    On the page, URL listed above, are links to the forums, documentation, etc. that you might find helpful.
    I don't know of a way to do this natively in the client itself.
    Let us know how it goes.
    Cheers,

  • Importing Holidays into iCal 4.0.3?

    How do I import U.S. holidays into iCal 4.0.3? I can't seem to find this anywhere, not even in iCal support and this is very standard with calendaring software.

    MsMazoue,
    Welcome to Apple Discussions.
    Try Apple - Downloads - iCal Calendars - US Holiday Calendar.
    ;~)

  • How to import calendar into iCal?

    I am trying to import a calendar into iCal. Here is my AppleScript:
    set theFile to "Sample.ics"
    tell application "iCal"
    open theFile
    end tell
    tell application "System Events"
    tell process "iCal"
    tell window "Add events"
    click pop up button 1
    click menu item "New Calendar" of menu 1 of pop up button 1
    click button "OK"
    end tell
    end tell
    end tell
    I have specified a full path for theFile in the actual script. Here is what happens when I run it:
    The iCal icon starts jumping and the script just stays running. If I hunt around I can find the "Add events" window and it is just sitting there waiting for interaction. If I click the pop up button and select New Calendar then click OK the file imports like I wanted and my script errors out saying it can't find the "Add Events" window. Clearly my script loads the file into iCal fine. Then it has problems. Here are my guesses as to what goes wrong:
    1. maybe the "Add event" window is modal and iCal won't respond to the script until the window is dealt with.
    2. maybe the pop up button is not a pop up button and is some other UI element .
    3. maybe there is an issue with focus
    4. maybe I have no clue, should stop speculating, and someone will help me.

    I'm stuck too. Although the Accessibility Inspector describes the “Add events” window as belonging to iCal, the script seems not to see that window as a UI element of iCal:
    tell application "iCal"
    activate -- essential statement!
    open theFile
    end tell
    tell application "System Events" to tell process "iCal"
    return UI elements
    end tell
    --> {window "iCal" of application process "iCal" of application "System Events", menu bar 1 of application process "iCal" of application "System Events"}
    It doesn't even seem possible to bypass the process by using the keystroke command.
    Message was edited by: Pierre L.

  • Import csv into iCal

    Is there any way to import a csv file into ical? You can import a csv into address book but not iCal. For example try putting this in your calendar. http://graphics.fansonly.com/schools/wash/graphics/csv/washfb_2009.csv

    You can use Applescript. Below is a sample that you can modify. Copy it into Script Editor and try it.
    AK
    <pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">--Convert CSV file to iCal events
    --Prompts for file, then processes
    --expects date,start time,end time,event name,xxxx,calendar name
    --eg 12/01/2006,20:30,22:00,Water Committee,,TestCal
    --change the various text item ns if data order in a file line is different
    --blank lines skipped
    --if other data present (eg location, notes ...) add a line in the tell calendar Calno loop
    --to include it eg set location to text item 5 of ThisLine
    set OldDelimiters to AppleScript's text item delimiters
    set LF to ASCII character 10
    set theFile to choose file with prompt "Select CSV calendar file"
    set theLines to read theFile
    set AppleScript's text item delimiters to {LF}
    set theLines to paragraphs of theLines
    set AppleScript's text item delimiters to {","}
    repeat with ThisLine in theLines
    if (count of ThisLine) > 0 then --ignore blanks
    set StartDate to date (text item 1 of ThisLine & " " & text item 2 of ThisLine)
    set EndDate to date (text item 1 of ThisLine & " " & text item 3 of ThisLine)
    set CalName to word 1 of text item 6 of ThisLine
    tell application "iCal"
    set CalList to title of every calendar
    if CalName is in CalList then
    repeat with CalNo from 1 to count of CalList
    if CalName is item CalNo of CalList then exit repeat
    end repeat
    else
    set NewOne to make new calendar at end of calendars with properties {title:CalName}
    set CalNo to 1 + (count of CalList)
    end if
    tell calendar CalNo
    set newItem to make new event at end of events with properties {start date:StartDate}
    set summary of newItem to text item 4 of ThisLine
    set end date of newItem to EndDate
    end tell --calendar
    end tell --iCal
    end if
    end repeat
    set AppleScript's text item delimiters to OldDelimiters</pre>

  • Problem Importing Entourage into iCal

    I've had several problems with iCal recently but the most frustrating one is that I can't import from Entourage. I've selected File > Import > Import Entourage Data but the application essentially locks up and no data is imported. When I Force Quit iCal and relaunch, I see an Entourage calendar in the calendar list but there's no data in it.
    The same is true when I select the Sync with iCal and .Mac option in my Entourage Sync Services.
    Any thoughts on why this is occuring?
    Thanks!

    Just finished doing a similar import. See the last entry of the thread from 10 Jan.
    What I did was set up a view for each "category" of events in Entourage, then select that view, select all events in that view window and drag them into a folder for that "category" on the desktop.
    Then created a calendar in iCal for each "category" and dragged the .ics files from the folder into that calendar in iCal.
    The problems I encountered were:
    1) All of my "all day" events in Entourage became timed events from 00:00 Day X to 00:00 Day X+1, so I had to do a lot of editing. (See comment in thread)
    2) Need to proof that all of the events make it into the folder. I found that when I was trying to transfer lots (100+) events to a calendar, I had to go thru the Entourage view and transfer events in batches.
    Good luck! For the most part, I am happy that I made the switch.

  • How do i import a pdf into ical?

    Hello
    I just downloaded my daughter's 2012-13 school calendar in a *.pdf format.  How can I import that into
    iCal?
    Thanks
    Craig
    Mac OS X version 10.7.4 with Lion
    3.06 GHz Intel Core 2 Duo
    iMac 21.5 inch screen

    How can I convert the a PDF 2014 IndyCar schedule to ICal?
    Thank you
    RickyBobbyUSA
    http://www.indycar.com/Schedule

  • Is there a way to import a pdf calendar into iCal?

    My employer issues my calendar in pdf format. Is there a way to import this into iCal? Either directly or is there a way to automate a conversion to some format and then import?
    many thanks in advance.
    b737guru.

    Hi b737guru,
    pdfs might contain visually structured graphics, but they don't necessarily contain internally structured data. Which is what you'd need for a conversion to the iCalendar format, the format that iCal's .ics files use. So I don't think you're likely to find an easy solution.
    Your best bet is to try and get the data from your employer, before it is printed/formatted to a pdf file. If there are enough of you campaigning, they might consider .ics as an alternative to .pdf. Google Calendar, FaceBook and Microsoft Outlook can read .ics, which makes it fairly universal.

  • Import csv files into Ical

    Is there a way to import csv into Ical? I need the "importing csv into Ical" for dummies version. Thanks.

    There are no plans to add that functionality that I am aware of. I am usually not informed of updates until it comes out.
    There is a 3rd party program that allows you to sync with Palm desktop calendar.
    Check out this program called companionlink for google.
    http://www.companionlink.com/products/companionlinkforgoogle.html
    Post relates to: Palm i705

  • Importing a picture into iCal

    Is there a way to import pictures into iCal so that they can be used as the background for calenders.

    tiptankpete,
    Welcome to Apple Discsussions.
    Read this thread for some suggestions.
    ;~)

  • How to import Outlook Tasks as iCal To Do's?

    My wife is moving from a PC to a Mac. She used Outlook on the PC. We've used O2M from Little Machines to successfully convert all her email, contacts, and calendar from Outlook. But that utility doesn't convert Outlook Tasks. Does anyone have any suggestions on how to import her large Task list into iCal? Thanks for any pointers.

    Hello PAULROBERT26,
    The article linked below provides a lot of great information and troubleshooting tips that can help you resolve the calendar syncing issue on your Mac.
    Sync Services: Advanced troubleshooting for contact and calendar syncing - Assistance Apple
    Take care,
    -Jason

  • Import Palm desktop todos into iCal

    Hi all,
    does anybody found a solution yet how to import palm desktop todos into ical. The export function of Palm Desktop is only tap/line or palm desktop format. Or is there a software which could translate this into vcal or ical?
    Thanks alot in advance - Christoph

    When I export Tasks from "Palm Desktop 4.2.1 and HotSync Manager Rev D (Mac)" (downloaded from http://kb.palm.com/wps/portal/kb/common/article/33219_en.html) there are only two format options, namely, "Palm Desktop," and "Tab & Return."
    Both options create tab-delimited files without headers. Unfortunately, the dates in these files dates in these files contain commas because they are formatted as:
    longMonthName dd, ccyy
    I've tried converting these files with lots of CSV (or TSV)-> iCal converters but I couldn't get any of them to work except for Toodledo (toodledo.com):
    http://www.toodledo.com/connect_text.php
    If anyone knows any other utility or service that can import tasks that are exported from Palm Desktop for Mac, please post them in a reply.
    Thanks.
    - nello

  • Problem importing ics files into iCal

    Importing ics files into iCal is the problem, but first here is the background on why I'm trying to import.
    I have an iMac and iPad, and recently changed my iPhone 3G for an iPhone 4S.  Having got the iPhone 4S I have now set up all my devices to use iCloud.  In moving iCal to iCloud an extra calendar was created "automatically" in iCal, called "Me".  This "Me" calendar contains a partial duplicate of my main calendar, which is called "My Calendar".  In fact, some of the events from "My Calendar" seem to have been moved to "Me", and some have been duplicated.
    It seems as it I now need to merge the "Me" and "My calendar" calendars to get back to where I was.
    I have tried to export one of the calendars and then re-import it into the other.  The export seems to work fine, but every single time I try to re-import the ics file iCal crashes at the end of the import process, and the import is not completed.
    Can anyone help?  This has been driving me absolutely crazy today!
    I even tried manually moving events from one calendar to another, but they reappeared.  I think this was because my iPhone/iPad were re-syncing via iCloud and overwriting the changes I had just made.
    I don't mind if I end up with one calendar with duplicates as I can remove them with iCal Dupe Deleter.
    Or if there are any other alternative solutions I'd love to hear them!
    All help greatly appreciated!
    (P.S. Is it just me, or is Apple software slowly getting as unreliable as Windows used to be?  I get more problems with software updates now than when I first got a Mac about 8 years ago!)

    Not a great answer but I dragged the attachment either to the finder - app - ical or the icon. It placed it on the calendar. I clicked in and accepted. So, no auto populate. Need to drag and drop. So glad I paid the 20 bucks to upgrade to 10.8

  • How do I publish calendars imported into iCal from a .ics file to iCloud rather than MobileMe?

    Having upgraded my iPhone4 & iPad to iOS5 and my iMac to OSX 10.7.2, I have been having trouble with duplicate calendar entries. Unfortunately, having deleted all but one calendar from the iCloud web interface, I heeded the mistaken advice to disable Calendars in the iCloud preference pane on the iMac and it deleted the calendars that had been removed from iCould from the iMac as well.
    A few false starts later, I was able, after disconnecting all my devices from the net, to restore my iCal calendars with TimeMachine from before the chaos started then exported them as .ics files. After rebooting and re-enabling the network to the iMac, iCloud sync purged the restored calendars from iCal again, so I imported the .ics files into iCal and published them again, but the publish options only include MobileMe or a private server, so I chose MobileMe. iCal now happily shows all my calendars on the iMac again, but the iCloud web Calendar app can't see them.
    How can I get iCloud to see the published iCal calendars again?

    Solved, I think! What you need to do is log on to your icloud account at www.icloud.com, go to the calendar screen, click the gearwheel and choose New Calendar. Create a calendar here (ie up on the iCloud) with the name you want for your imported calendar data. Then switch to iCal - you may have to quit and relaunch for the new iCloud calendar to appear (or it will probably do so automatically if you wait long enough) then import the data using File->Import->Import... When you get to the step where it asks which calendar you want to import the data into, choose the new iCloud calendar you've just created. Job done!
    To be complete in my answer, I don't think you can exactly do what you want to do, at least not at present. There doesn't seem to be any way to publish a calendar to iCloud after the first time you set up iCloud on your Mac when it exports any calendar data that is on the Mac at that time. I suppose that Apple feel that the way I have described works by exporting from one calendar and importing into another, so no need to provide a way of doing it directly.

  • Is there a way to import "Jewish Holidays" into iCal? On Gmail calendar or Outlook you can add the Jewish Calendar so all Holidays are added each year, is this available for iCal too?

    is there a way to import "Jewish Holidays" into iCal? On Gmail calendar or Outlook you can add the Jewish Calendar so all Holidays are added each year, is this available for iCal too?

    Susy,
    Pick/Click the appropriate iCal link from Jewish Holiday downloads for desktop, mobile and web calendars | Hebcal Jewish Calendar.

Maybe you are looking for

  • Outgoing Payment in FICA( Cash & Bank)

    Hi All, Can anyone give idea about the above subjects. Since i know how to post incoming payments. In case if the customer paid overpayment or payment of security deposits. Could anyone please give procedure with T.Code for this. Thanks for your help

  • BPAV files not picked up by XDCAM transfer

    Okay this is a strange one - I shall describe the steps as they happened. Hopefully somebody can help me. - Edited a vid sequence in FCP. - Tried to import more footage from XDCAM Transfer into FCP but got hard disk full notice. - I moved the source

  • How to set the expiration date in content server

    Hi all, I wish to set the expiration date as 3 years later the current date. I have current Date in DocCreateDate but I am not able to set it as DocCreateDate + 3 years. Can anyone tell me how to set it? Any help appreciated.. Thanks

  • Bridge offset error...

    When I want to calibrate the strain using DAQ assistant I keep on getting an error that says: "Measured bridge offset is outside the limits allowed for offset nulling callibration for this device. Ensure your sensor is wired and functioning properly,

  • Netgear N300 Question!

    Well i might be getting a new computer soon but it doesn't have wireless, and i have a netgear N300 router and im wondering what type of wireless adapter i should get for it. Please help i would really apprecitate it!