Save event in iCal?

How do I save an event in iCal?
I click on the day after I've filled it out, or I click Return.
Rarely it saves, often it doesn't?!!
Thanks

https://discussions.apple.com/docs/DOC-4082
http://www.macworld.com/article/1165641/how_increased_mac_security_measures_will _impact_applescript.html
https://discussions.apple.com/thread/4139323?start=0&tstart=0
according to the first link I can save the applecript as an application. It doesn't answer why my automator workflows are greyed out when I try to select them, but maybe I'll just try saving as applications... sounds simpler.

Similar Messages

  • How do I save emails in to events in iCal?

    I am trying to save emails into events in iCal but have no idea how to do it, anyone know?

    If you have Keynote in your iOS device, go to iCloud web, select iWork and go to Keynote tab. Then, drag your file to it. Now, iWork for Mac doesn't support iCloud

  • When I try to create a new event in iCal on my iPod Touch I cannot select "done" or "cancel" to save it?

    However when I sync my Mac and my iPod it will show up fine on my Mac. It just drives me crazy and if I had to create more than one event in iCal I probably couldn't. Any fix to this? Thanks.

    You can not add events to the birthday's calendar. To add birthday's to the birthday calendar you need to add the birthday to a contact in the Contacts app.
    You can set your default calendar here:
    iCal > Preferences > General  > Default Calendar and chose the calendar you want to default to.

  • When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says: The request for account "iCloud" failed.  The server responded with "502" to operation CalDAVSetPropertyQueueableOperation. Help!!??

    When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says:
    The server responded with “502”
    The request for account “iCloud” failed. 
    The server responded with “502” to operation CalDAVSetPropertyQueueableOperation.
    The request for account “iCloud” failed.
    I am then given the option of staying Online or going Offline.
    Can anyone help me?
    thanks

    Hello b.krushel,
    Thank you for using Apple Support Communities
    Any number of things could cause this issue, so I would recommend this article named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999.
    These sections in particular:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Take care,
    Sterling

  • Creating new event in iCal from BBEdit data window.  Calendar number fails.

    When I try to create a new event in iCal I am getting the error "The variable theCalendarNumber is not defined." even though theCalendarNumber is supposed to be set in the preceding line. Does this have anything to do with embedding the tell application "iCal" within the tell application "BBEdit 6.5" loop?
    Before this error I was getting a NSContainerSpecifierError error. I think that was because I was trying to specify the calendar as a string instead of a number as required by Panther OS.
    BBEdit data window follows.........
    3/8/2009 Fun Fly CD ?
    4/5/2009 Fun Fly CD ?
    14/8/2009 Combat
    4/25/2009 Club Cleanup Workday
    5/2/2009 Electric Extravaganza
    5/17/2009 Fun Fly CD ?
    6/7/2009 Fun Fly CD ?
    7/12/2009 Fun Fly CD ?
    7/19/2009 Combat
    8/9/2009 Fun Fly CD ?
    8/14/2009 Combat
    8/22/2009 War Bird
    8/29/2009 Club Cleanup Workday
    9/5/2009 & 9/6/2009 IMAC
    9/13/2009 Fun Fly CD ?
    10/4/2009 Fun Fly CD ?
    11/9/2009 Fun Fly CD ?
    11/14/2009 Combat
    12/13/2009 Combat
    Applescript follows.......
    set theCals to {}
    set iCalendars to {}
    set theDate to current date
    set myDate to date string of theDate
    tell application "iCal"
    set theCals to calendars whose writable is true
    repeat with i from 1 to count of theCals
    copy title of item i of theCals to end of iCalendars
    end repeat
    end tell
    set theChoice to (choose from list iCalendars with prompt "Choose the Calendar to use" OK button name "Choose" without multiple selections allowed and empty selection allowed)
    tell application "BBEdit 6.5"
    repeat with i from 1 to count of lines in text window 1
    set the_line to contents of line of text window 1
    set old_delims to AppleScript's text item delimiters
    set AppleScript's text item delimiters to tab
    set the_Date to text item 1 of the_line
    set the_Event to text item 2 of the_line
    tell application "iCal"
    set theCalendarNumber to (first calendar whose title is theChoice)
    set theEvent to make new event at end of events of theCalendarNumber with properties {start date:the_Date, summary:"", description:the_Event}
    --if alarmTime is not 0 then
    --tell MyEvent
    --make new display alarm at end of display alarms with properties {trigger interval:alarmTime}
    --end tell
    --end if
    --show theEvent
    save
    end tell
    set AppleScript's text item delimiters to old_delims
    end repeat
    end tell
    tell application "iCal"
    reload calendars
    end tell

    You have a couple of issues here.
    First, the line:
    set theCalendarNumber to (first calendar whose title is theChoice)
    However, theChoice is defined at:
    set theChoice to (choose from list iCalendars with prompt "Choose the Calendar to use" OK button name "Choose" without multiple selections allowed and empty selection allowed)
    Since you're allowing multiple selections, theChoice will be a list.
    You can't get 'first calendar whose title is' a list. You will need to either permit single selections only, or extract the calendar name from the selected items (maybe iterating through them if you want to add the event to multiple calendars).
    Once you address that, the line:
    set theEvent to make new event at end of events of theCalendarNumber...
    also won't work because theCalendarNumber will be the name of a calendar, so this command tries to set the event to the end of events of a string. Instead you need to ask for the named calendar, like:
    set theEvent to make new event at end of events of calendar theCalendarNumber
    Then you should be set.

  • How to delete events on iCal that were created many years ago with a MobileMe account?

    I have never ending recurring events on iCal that I created years and years ago with my MobileMe account.  I don't have access to that email anymore, unfortunately.  Is there any way to get rid of these silly things?

    Navi,
    What Calendars are listed in your sources pane?
    Where are they located?
    Are you using iCloud?
    Backup that specific calendar using Calendar>File>Export>Export..., and save the copy to your Desktop.
    What happens if you attempt to delete that specific calendar?

  • How can I hide a single event in iCal?

    I'd like to be able to mark the occasional event in iCal private, or hidden from view, but everything else visible. Is this possible?

    I agree, I can post a calendar from Outlook 2007 to my corporate iCal Server marking items as private and thus anyone subscribing to my calendar won't see what the appointment is - only that I have something in my schedule. It'd be something awesome if the Apple iCal could be able to do the same thing.

  • Linking multiple emails to a single event in ical and/or to do's

    Hi:
    Often I receive emails and I want to link them to an event in ical. OS X does this just fine as long as there is date in the email that OS X can recognize. The problem is sometimes I get multiple emails relating to the same event and I would like to be able to link all of those emails to one single event in ical. My same questions applies to 'to do' items.
    And a follow up question--say I receive an email that has no date explicit in the text-I've tried to find some function that would allow me to schedule a new event in ical and would link that email to it. (I hope that all makes sense) I'm open to whatever solution I'll even pay money for 3rd party software if anyone knows of a good program. But I"m looking to stick to the basic ical interface. Any suggestions?

    Hi rtwigg,
    seems this is one of visio graphics limitation regarding the external data.
    visio graphics, may only support for one row.
    you may consider this idea :
    "It is a good idea to separate your rows into visual units so that you have everything you need and nothing else in a single row. To link a shape to a data row, simply drag the row from the external data window and drop it on the shape. A default data
    graphic should immediately appear next to the shape displaying some data from the row. From here you are able to customize the graphic to fit your needs"
    by means, you may need to use the visio client.
    http://blogs.msdn.com/b/visio/archive/2010/02/05/no-code-mashups-with-visio-services-and-web-part-connections.aspx
    http://msdn.microsoft.com/en-us/library/ff408345.aspx
    http://msdn.microsoft.com/en-us/library/ff394649.aspx
    http://blogs.msdn.com/b/visio/archive/2010/02/21/the-visio-services-javascript-mashup-api.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Deleting a single event in ical

    I have a regular event in ical that is in every weekend.  As other things crop up i delete it if im not goign to be able to do that particular event.  It has worked well on my phone and ical.  But today i decided to delete the even through my icloud calendar -- and it has deleted the complete series, right from where it started.
    Another Lion/cloud glitch?
    really annoying that i cant get these dates back.

    Make sure you select/highlight the actual item, not just the day or time, and then hit delete.
    Cheers
    Rod
    Message was edited by: Rod Hagen

  • How do I select multiple events in iCal 8.0?

    In OSX Mavericks, I used to be able to select multiple events in iCal in the event list view. I could select the initial event in the span of events to be selected. Then hold Shift while selecting the final even in the span of events. As a result, all of the events in that span would be selected.
    in OSX Yosemite, this is no longer possible. There appears to be no list view, and holding the Shift button does not allow me to select a span of events.
    What is the best way to select a span of events, say as much as 30 events?
    Thank you.

    Empty Caches
    1. Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        "Develop" menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    2. Quit Safari if open.
        Option click the "Go" menu in the Finder menu bar.
        Select "Library" and then "Caches".
        Look for the folder 'com.apple.Safari"
        Right click "com.apple.Safari" and select "Move to Trash"
        Relaunch Safari.

  • Unable to add new event in iCal

    OK, this may be a total newbie question, as this is only my 2nd day with a Mac, but I can't add an event in iCal.
    My calendar is a Google Calendar, and I have successfully set this up in iCal (I can see all my events). However, I can't find a way to add an event! The File > New Event is greyed out, and the keyboard shortcut doesn't work either.
    I'm guessing it's got something to do with how I've set things up, but I have no idea where to go from here.

    Solved! Needed to check "Show All Day Events" in the View menu!

  • Unable to add new event in iCal, Lion 10.7.1

    Hi,
    On Lion 10.7.1, I can't seem to add new events to iCal.
    I have tried the following:
    1. 2-finger click on a day in the month-view. This pops out the menu and I can click on 'New Event', but after that, nothing happens.
    2. Clicking on the '+' button at the top. This pops out the 'Create Quick Event' window. After typing in a new event and hitting return, nothing happens.
    I can create a new event in the 'Day' and 'Week' view though.
    iCal was working fine for me last week, but it seems to be broken since yesterday. I'm not sure if it stopped working after the 10.7.1 update.
    Thanks for any guidance or assistance!

    Solved! Needed to check "Show All Day Events" in the View menu!

  • Mail not sending Event to iCal after upgrade

    I did the same as everyone else and upgraded as soon as I saw the message to upgrade mobileme ical. Now when I try to create an event in iCal using a date in an email after clicking on "Add To iCal" the popup just freezes. I've quited and rebooted Mail as well as iCal and no luck.
    Anyone else have this issue? Better yet, did anyone else find out how to fix it?
    With 4 boys I rely on that convenience big time!
    Maria

    The general approach at this time is to ask if you've checked for any problematic fonts (all languages) with Apple's Font Book (look in the Applications folder). Find and remove all duplicates also.
    Start there to be sure all fonts that are in play come out with a clean bill of health.
    Don't hesisate to perform wholesale deletion of old and/or little used fonts - be skeptical of anything that has come from Office 2008, including those related to an Equation Editor installation.
    By all means be sure any 3rd party apps AND plug-ins are Snow Leopard compatible.
    An additional measure is to clear the existing font caches:
    http://www.macworld.com/article/139383/2009/03/fontcacheclear.html
    That said, 10.6.2 release notes have this to say about fonts:
    http://support.apple.com/kb/HT3874
    Fonts fixes provided for:
    • an issue with font spacing
    • an issue in which some Fonts are missing
    • font duplication issues
    • an issue with some PostScript Type 1 fonts not working properly
    Good luck in any case.

  • My Calendar on my iPhone won't allow me to save any events. It says "cannot save event" does anyone know how to fix this issue?

    After updating my phone earlier this month to the 5.1 software my calendar won't let me save any events. It displays "Cannot save event" I have tried googling the error and I have tried restarting the app, restarting my phone and even cutting the calendar off and back on....nothing has worked. Any other suggestions???

    Select the drive and Finder > Get info and at the bottom "ignore permissions on this volume"
    You can copy the files, but the ownership on the files still belongs to the other user account, once your done copying, then perform a #6 Reset Users Permissions and that will set all the ownership to that account.
    ..Step by Step to fix your Mac
    Another method is to copy the entire folder, then change it's permissions.

  • Toxic event in iCal crashes iCal, iPhone, & MobileMe

    Somehow I've posted a "recurring" event in iCal that starts on 10/27/08 and ends on 10/19/08. This event appears three times on the calendar. When I delete it, it reappears immediately. My MobileMe, iPhone, and iCal all crash when trying to draw the day/week/month containing this event. How can I delete it?
    I can open the edit panel, but it won't let me edit. I've tried changing the start or end date. And I've tried putting the event in a different calendar. It won't accept any edits.

    ical http://www.apple.com/support/ical/

Maybe you are looking for

  • Terrible performance on my Macbook

    I'm running Mac OS X 10.4.11 on my white 13.3" Macbook. It has a 2 GHz Intel Core Duo processor. I had been using the 512 MB of memory that came with it until a few weeks ago I decided to buy 2 GB from Crucial to speed things up...but you could argue

  • How to Setup Multicast Address on Solaris 2.6 (Back to the well again)

              Basic Cluster Query,           Several weeks ago, I was thrashing about trying to verify the syntax for setting           up a multicast address on Solaris 2.6 in preparation for implementing Weblogic           6.0 clustering. The command s

  • Why will it take 26  hours to download a rented movie?

    Why will it take 26+ hours to download a rented movie?

  • YEARS-old issue with slow play, 100% cpu usage, and conspiracy theories

    I've had the same issue for YEARS now, with flash videos (like on youtube) and games starting out okay, but after a little while, they just start to stutter and slow way down, while the CPU usage goes up to ridiculous levels. The browser doesn't matt

  • Setting the name of a file to be uploaded

    I'm having trouble setting the name that my uploaded files get when they are saved on my server. I upload the files useing the following: <html> <head> <title>File Upload</title> </head> <body> <%@ page import="java.io.*" %> <% if (request.getContent