How to import into ical 2

i want a txt-file or tab dilimited file imported in ical.
I used to use iCalTextImport, but I get an error message on opening the program, saying something like 'an error has occurred - please check your settings! the eror was: can't make "5,11108644555E+5" into type real'.
does anyone know another way?
maybe into a format that ical understands?

Have you tried to download icalTextimport again and use the new version?: http://homepage.mac.com/penicuik/FileSharing15.html
Also, have have you tried icalmaker - it does cost money but has many features: http://www.mmisoftware.co.uk/pages/icm.html
hope this helps

Similar Messages

  • How To Import Into A Table with Multi-Value Fields

    Hello:
    I have a table with a multi-value field that contains states in which a company does business.  It is multi-value because there can be more than one state.  I tried to import a text tab-delimited file in which the data was arranged as follows:
    Field1 Tab Field 2 Tab OR, WA, CA Tab
    The "State field contained the multiple entries separated by a comma (like they appear in a query of the multi-value field), but it won't accept it.  Does anyone know how to import into a multi-value field?
    Thanks,
    Rich Locus, Logicwurks, LLC

    Joana:
    Here's the code I used to populate a multi-value field from a parsed field.  The parsing routine could be greatly improved by using the Split function, but at that time, I had not used it yet.   FYI... the field name of the multi-value field in
    the table was "DBAInStatesMultiValue", which you can see in the example below how it is integrated into the code.
    Option Compare Database
    Option Explicit
    Option Base 1
    Dim strInputString As String
    Dim intNumberOfArrayEntries As Integer
    Dim strStateArray(6) As String
    ' Loop Through A Table With A Multi-Value Field
    ' And Insert Values Into the Multi-Value Field From A
    ' Parsed Regular Text Field
    Public Function InsertIntoMultiValueField()
    Dim db As DAO.Database
    ' Main Recordset Contains a Multi-Value Field
    Dim rsBusiness As DAO.Recordset2
    ' Now Define the Multi-Value Fields as a RecordSet
    Dim rsDBAInStatesMultiValue As DAO.Recordset2
    ' The Values of the Field Are Contained in a Field Object
    Dim fldDBAInStatesMultiValue As DAO.Field2
    Dim i As Integer
    ' Open the Parent File
    Set db = CurrentDb()
    Set rsBusiness = db.OpenRecordset("tblBusiness")
    ' Set The Multi-Value Field
    Set fldDBAInStatesMultiValue = rsBusiness("DBAInStatesMultiValue")
    ' Check to Make Sure it is Multi-Value
    If Not (fldDBAInStatesMultiValue.IsComplex) Then
    MsgBox ("Not A Multi-Value Field")
    rsBusiness.Close
    Set rsBusiness = Nothing
    Set fldDBAInStatesMultiValue = Nothing
    Exit Function
    End If
    On Error Resume Next
    ' Loop Through
    Do While Not rsBusiness.EOF
    ' Parse Regular Text Field into Array For Insertion into Multi-Value
    strInputString = rsBusiness!DBAInStatesText
    Call ParseInputString
    ' If Entries Are Present, Add Them To The Multi-Value Field
    If intNumberOfArrayEntries > 0 Then
    Set rsDBAInStatesMultiValue = fldDBAInStatesMultiValue.Value
    rsBusiness.Edit
    For i = 1 To intNumberOfArrayEntries
    rsDBAInStatesMultiValue.AddNew
    rsDBAInStatesMultiValue("Value") = strStateArray(i)
    rsDBAInStatesMultiValue.Update
    Next i
    rsDBAInStatesMultiValue.Close
    rsBusiness.Update
    End If
    rsBusiness.MoveNext
    Loop
    On Error GoTo 0
    rsBusiness.Close
    Set rsBusiness = Nothing
    Set rsDBAInStatesMultiValue = Nothing
    End Function
    Public Function ParseInputString()
    Dim intLength As Integer
    Dim intStartSearch As Integer
    Dim intNextComma As Integer
    Dim intStartOfItem As Integer
    Dim intLengthOfItem As Integer
    Dim strComma As String
    strComma = ","
    intNumberOfArrayEntries = 0
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    ' Skip Zero Length Strings
    If intLength = 0 Then
    Exit Function
    End If
    ' Strip Any Leading Comma
    If Mid(strInputString, 1, 1) = "," Then
    Mid(strInputString, 1, 1) = " "
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    If intLength = 0 Then
    Exit Function
    End If
    End If
    ' Strip Any Trailing Comma
    If Mid(strInputString, intLength, 1) = "," Then
    Mid(strInputString, intLength, 1) = " "
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    If intLength = 0 Then
    Exit Function
    End If
    End If
    intStartSearch = 1
    ' Loop Through And Parse All the Items
    Do
    intNextComma = InStr(intStartSearch, strInputString, strComma)
    If intNextComma <> 0 Then
    intNumberOfArrayEntries = intNumberOfArrayEntries + 1
    intStartOfItem = intStartSearch
    intLengthOfItem = intNextComma - intStartOfItem
    strStateArray(intNumberOfArrayEntries) = Trim(Mid(strInputString, intStartOfItem, intLengthOfItem))
    intStartSearch = intNextComma + 1
    Else
    intNumberOfArrayEntries = intNumberOfArrayEntries + 1
    intStartOfItem = intStartSearch
    intLengthOfItem = intLength - intStartSearch + 1
    strStateArray(intNumberOfArrayEntries) = Trim(Mid(strInputString, intStartOfItem, intLengthOfItem))
    End If
    Loop Until intNextComma = 0
    End Function
    Regards,
    Rich Locus, Logicwurks, LLC
    http://www.logicwurks.com

  • I have and existing web site and domain name. I'd like to know how to import into iweb. I currently use Yahoo's sitebuilder to build my site but Sitebuilder is not compatible with the iMac

    I have and existing web site and domain name. I'd like to know how to import into iweb. I currently use Yahoo's sitebuilder to build my site but Sitebuilder is not compatible with the iMac

    Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the creation of the new site with iWeb.
    OT

  • 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.

  • Importing into Ical

    Hello,
    Can anyone please tell me if it is possible to import a csv file of Daily lectionary Readings into ICal,(and, therefore, how to do it), so that it appears as an entry each day?
    Thanks
    tobaqot

    Can't be done on the iPad. You can do it on a Mac - this might help to show how
    http://www.ehow.com/how6941682import-csv-file-ical.html

  • Stupid question How to Import into Motion???

    Just curious how to import video into Motion, can't get it to go. I use a sony ex3, and Final Cut Pro.
    Help please, just getting started!!! Thanks ahead of time

    FCS is sooo easy to use it's insane... easy way to import - right click the clip in FC and Send To~ Motion / Color
    That's the ultra basic persons way :P

  • Website ical feed not importing into ical (but works in other programs)

    We have a website that contains timetables, and publish ical (.ics) feeds for users so that they can import their timetables into their own calendar software. We have a few users who are saying that ical will not import our site's ics feed. Either just one event (of many) gets imported or none of them do. We've imported these feeds into google calendar, sunbird & outlook without any problems, and have ran this same user's feed through an ical validation tool and it passes without any errors or warnings.
    Where can I find out what iCal is having trouble with? Is there an error log somewhere I can get the users to access? Are there any parts of the ics format that ical is particularly flaky with? How can I find out what's wrong? Any suggestions would be appreciated!
    thanks

    I'm having this problem too... can't figure out what is wrong.
    Outlook & Google Calendar can import it
    It validates according to:
    http://severinghaus.org/projects/icv/
    If there is only one event iCal accepts it, but if there are more than one, it gives an error message (a very unhelpful one at that).
    There is a link to the iCal file here:
    http://www.g33ks.dk/files/dfi_calender.ics

  • How to import into Elements 6

    My images are in my C drive.  How do I import them into the organizer in elements 6.0?
    Howard

    Thanks for your prompt reply.
    I've been there but I don't know how to proceed.  When I open that window in 'look in' I've placed my pictures.  Then in the full window below are shown all my files and folders.  What do I put into the 'file name' section?
    The 'get photos' and 'copy files and folders' are greyed out.  So I am at a loss as to how to proceed.
    BTW, I have your book, 'Photoshop Elements 6' and unfortunately I could not find the answer there. So I thank you for your help in this regard.
    Howard Diamond

  • How to import into ALSB a resource using WLST

    Hi all,
    I've an ALSB project that contains my templates (proxy, business services, xsd, etc) and I use a WLST script for creating a new project, reading additional info from a xml file, cloning ALSB stuff from my templates.
    The cloning process is working very well and now I'm trying to import xq, xsd, etc in order to replace the old with the new ones.
    As starting example I've already download the code sample created by Gregory Haardt.
    During the import phase I got an error:
    [java] #### [EventBus-DummyEvent] cloning the TransformIntoConsumerEvent proxy template
    [java] template : EventBusCore/template/[ConsumerEvent]-[ConsumerName]-TransformIntoConsumerEvent
    [java] template cloned into : EventBus-DummyEvent/consumers/Consumer1/resource/DummyEvent-Consumer1-TransformIntoConsumerEvent
    [java] #### read resource Zip file: /products/software/terraferma/release3/EventBus/repository/events/DummyEvent/DummyEvent-resources.zip
    [java] New XQuery Ref Xquery EventBus-DummyEvent/DummyEvent-IPEventConfig
    [java] #### loaded resources in project: EventBus-DummyEvent
    [java] Diagnostics for Policy EventBus-DummyEvent/DummyEvent-IPEventConfig
    [java] ERROR: <0> invalid ws-policy: policy must have a 'wsu:Id' attribute.
    [java] ================================================
    [java] #### ERROR - creation error: IPEvent project <EventBus-DummyEvent>, one or more files could not be imported properly
    [java] ================================================
    [java] No stack trace available.
    [java] Unexpected error: defClass.CreationFailure
    [java] No stack trace available.
    [java] Problem invoking WLST - Traceback (innermost last):
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 662, in ?
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 131, in cloning
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 621, in loadResources
    [java] CreationFailure: 'IPEvent project <EventBus-DummyEvent>, one or more files could not be imported properly'
    The zip contains the new xquery:
    jar tvf .../DummyEvent-resources.zip
    7575 Fri Sep 21 14:22:20 CEST 2007 DummyEvent-IPEventConfig.xml
    and the script is:
    # create the new XQuery ref
    queryName = IPEventProjectName + '/' + IPEventType + '-IPEventConfig'
    newXQueryName = queryName.split("/")
    newXQueryRef = Ref(TypeIds.XQUERY_REF, newXQueryName)
    print "New XQuery Ref", newXQueryRef
    bytes = readBinaryFile(resourceZip)
    result = ALSBConfigurationMBean.importZip(projectRef, bytes, None)
    print "#### loaded resources in project:", IPEventProjectName
    # check for errors
    diags = result.getFailed()
    if diags != None and diags.isEmpty() == false:
    printDiagMap(diags)
    failed = 'IPEvent project <' + IPEventProjectName + '>, one or more files could not be imported properly'
    raise CreationFailure(failed)
    Do I need to create a Ref object for any resource to be imported? What is the meaning of 'invalid ws-policy'?
    Thanks
    ferp

    solved ...
    I changed the file extension of the xquery inside the zip file from .xml to .xquery:
    jar tvf /.../DummyEvent-resources.zip
    0 Fri Sep 28 14:07:36 CEST 2007 resource/
    548 Fri Sep 28 14:09:44 CEST 2007 resource/DummyEvent-IPEvent.xsd
    7575 Fri Sep 21 14:22:20 CEST 2007 resource/DummyEvent-IPEventConfig.xquery
    I've also noted that if I organize the artifacts inside the zip within folders that structure is preserved in ALSB:
    [java] #### loaded resources in project: EventBus-DummyEvent
    [java] #### ... XMLSchema EventBus-DummyEvent/resource/DummyEvent-IPEvent
    [java] #### ... Xquery EventBus-DummyEvent/resource/DummyEvent-IPEventConfig
    Best
    ferp

  • How to import into lightroom 3.6 from my pictures windows xp

    also, after editing in Develop the photo goes darker in Print and also darker back to Develop and Library

    Dear Mr. Wright:
    In the back of my mind it seems like I might have seen a CD concerning my HP monitor but I'm not sure.  Yes I did see a CD concerning a 15"  17"  &  19" screen.  I just looked everywhere and can't find a thing.  I just remembered I have a (HP vs17e) with small speakers in the bottom corners and I saw that CD about 3 weeks ago.  Maybe it will turn up if I keep looking?
    About 5 years ago when I was using Lightroom or #1, I remember importing My Pictures from windows xp into the Library Space and picking a Folder to highlight and it would go right into the folder section of Lightroom (no problem).  Now now there are 3 screens (2 large ones and 1 small screen and I am totally confused.  I've been sick for 3 years and haven't taken any photos for 3 years.  Today I shared my 3 folders from My Pictures in windows xp with Lightroom 3.6 and nothing happened in 3.6.  So I moved my folders back to My Documents and then drugged the folders to (My Pictures Folder) in My Documents.  Now my 3 folders are back in My Pictures in windows xp.  Yesterday I had all 3 folders in 1 folder titled E: (much too large) and then the large folder was missing this morning from Lightroom 3.6.  When you click on My Pictures in 3.6 you get Sample Pictures...... I deleted the Sample photos from my My Pictures in windows xp but haven't tried clicking on 3.6 (I started working on these 2 problems at 8:00am it's now 7:30pm).
    RobertRothePhotog .............. [email protected]

  • How to Import into Lightroom 3 from Photoshop elements 8?

    I just installed Lightroom 3 and bypassed the option to import my pics from from Photoshop elements 8 (to see what other options were available.  Lightroom advanced a page and there seems to be no way to return to the previous page, I've closed the page & reopened a few times.
    I cannot locate where PSe8 stores it's files either so that is not an option.  How do I reset lightroom to import my old files?  Thank you.
    I also see "upgrade files" but have no idea what this means & don;t see it explained; seems users are to already know the software before buying it.  Thanks again!
    BTW, I have tried to avoid posts in the past with my other software so not sure how I will receive the reply - assume I'll get an email.

    Thanks for your guidance, I had no idea what SDK is & only noticed Lighhtroom so picked it.

  • .vcs won't import into iCal

    I have a .vcs file (see example below) that iCal won't allow me to import. It trys to import the file with no results, in other words, there's a quick progress bar, but no events are visible in my calendar.
    BEGIN:VCALENDAR
    VERSION:1.0
    PRODID:IQ Session 3.4 Generated
    BEGIN:VEVENT
    SUMMARY:Cmplx Rest I @ Main 11S-NYUCD
    DTSTART:20070102T080000
    DTEND: 20070102T105000
    END:VEVENT
    BEGIN:VEVENT
    SUMMARY:Cmplx Rest I @ Main 143-NYUCD
    DTSTART:20070102T150000
    DTEND: 20070102T165000
    END:VEVENT
    BEGIN:VEVENT
    SUMMARY:Cmplx Rest II @ Main 11B-NYUCD
    DTSTART:20070103T080000
    DTEND: 20070103T105000
    END:VEVENT

    I am having the same issue and oddly enough I am at UFCD. Anywho, I do no see the extra spaces. I am sure that you are better at this than I. Any thoughts?
    Here is a small portion of my cal
    BEGIN:VCALENDAR
    VERSION:1.0
    BEGIN:VEVENT
    SUMMARY:DEN9990 Lecture
    DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Room: C3-13=0D=0ASpeaker: Mitchell, Gail Schneider=0D=0ATopic: ECO Training Session 3 =0D=0AAssignment:
    DTSTART:20070616T080000
    DTEND:20070616T110000
    END:VEVENT
    BEGIN:VEVENT
    SUMMARY:DEN9990 Lecture
    DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Room: C3-13=0D=0ASpeaker: Mitchell, Gail Schneider=0D=0ATopic: =0D=0AECO Training Session 2=0D=0A=0D=0AAssignment:
    DTSTART:20070609T130000
    DTEND:20070609T170000
    END:VEVENT
    BEGIN:VEVENT
    SUMMARY:DEN5221C Exam
    DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Room: CG-28=0D=0ASpeaker: Fillingim, Roger Benton=0D=0ATopic: EXAM 1=0D=0AAssignment:
    DTSTART:20070122T133000
    DTEND:20070122T143000
    END:VEVENT
    BEGIN:VEVENT
    SUMMARY:DEN5221C
    DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Room: CG-72=0D=0ASpeaker: Fillingim, Roger Benton=0D=0ATopic: Filming 1 filming starts at 1:15pm.  See your handout=0D=0AAssignment:

  • I'm too stoopid and don't know how to import into library!

    Bear with me, I'm an idiot and need help. I deleted my itunes library. I used a third party download to retrieve my songs off my ipod. It reloaded 6100 songs into my library, then informed me the other 4800 songs were not imported. Used said software to undelete other songs. Now they are scattered in other files and I can't seem to get them moved back into my library, and I'm going crazy! Pleeeez help. Thanks

    Connect the iPhone to your computer with the USB cable and then update from iTunes.
    Allan

  • How do import into LR mobile photos on my iPad from an SD card?

    i used an apple adaptor to import photos onto my iPad Mini from an SD card.  Photos were taken with a Canon S100.  The iPad recognizes thephotos but when I open LR Mobile on the iPad these photos are not to be found.   LR also doesnt recognize a lot of other photos on the iPad.
    WHat am I Missing?

    that's obviously it.Wish Adobe had told us that. I watched several tutorials and saw no mention.

  • Can u expalin about slcm, how to work with that, how to import into EP

    hi all
    i am swapna. plz post the ans if you know.

    Swapna,
    http://wiki.sdn.sap.com/wiki/display/Community/SAPSLCM-What'sthereinitforIndian+Universities
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/73863f06593a17e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/73863f06593a17e10000000a114084/content.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/208d6f1c-6d4b-2c10-29b8-becca31fe467
    Thanks
    Bala Duvvuri

Maybe you are looking for