Alert- open file in Calendar (Mavericks)

So, I never had a problem with this before Mavericks, but now when I use a custom alert in calendar, (opening a file, an mp3), it never works anymore. Anyone one else have this problem or know a workaround?

To open your domain file in Lion, Mountain Lion, Mavericks or Yosemite or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
do shell script"/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"
delay 1
tell application "iWeb" to activate
You can download an already compiled version with this link: iWeb Switch Domain.
Just launch the application, find and select the domain file you want to open and it will open with iWeb. The script modifies the iWeb preference file each time it's launched so one can switch between domain files if desired.
NOTE:  once the domain file has been opened the first time you won't need the iWeb Switch Domain app again until you decide to switch domain files.
WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
NOTE: for Mavericks, 10.9 ,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:

Similar Messages

  • Open file with Calendar

    Hello,
    Configuration: Mac Mini - Mavericks - running a FileMaker server 13 on a local network.
    Purpose: Automated archive a single file (.zip).
    For this I create an App with Automator (archive a file and copy it in a folder).
    This app is stand alone. When I clic 2 times on it it works well.
    I try to run this App automatically everyday with Calendar.
    For this I use (in the Alert dialog) open file and I select my Automator app.
    On the server, when I close Calendar, and reopen it, my configuration alert (Open file) disappeared.
    I try under Yosemite and it works fine.
    I can update this server to Yosemite because there are still some incompatibilities with FMS.
    Any idea to run automatically my automator app?
    Regards
    Ben

    zebradan,
    Export and send them as a vCard.
    Hope this helps,
    Nathan C.

  • Can't change default app to open file type in Mavericks

    I'm having a problem changing the default application to open .PSD files.
    I've tried using Get Info, Open With and click on an app and Change All button, but when I confirm I notice that it has been changed to the old app.
    For example, I tried to change .psd files to Photoshop CC, instead of Photoshop CS6. I click on Open With and changed it to Photoshop CC and click Change All. When I click confirm, and move the pointer away, it changes back to CS6.
    What gives?
    Thank you.
    Roxy

    After you change the application used to open the file, there should be a "Change All" button that will set the default for all files of that type.
    In addition, I use the Perian plugin so that almost all types of video files will open in Quicktime. http://perian.org/
    Free and works very well.

  • How to see filename for Mavericks Calendar Open File alert?

    How can you see the name / path of the file to be opened for a Mavericks Calendar Open File alert from the Calendar UI?
    Before Mavericks, the file's name would be displayed in the item itself like this:
    Now all I see is something more like this:
    So I can longer see or verify exactly which file (if any) will be opened.

    The external image URL in my previous post isn't displaying, so here's a copy of the old iCal Open File image:

  • Calendar Open File Alert also showing a Notification on screen

    When Calendar used to open and run Automator scripts, it happened silently in the background.  Now Mavericks insists on opening an on-screen Notification, even though I have no other Alert associated with the Calendar event besides Open File.  Is there any way to turn off Notification of Automator scripts from Calendar events without turning them all off?

    Same problem here. Trying to set Open File alarms is incredibly buggy, and even if you do successfully set one, and even if it does happen to work once or twice on a repeating event, don't trust it, because the joy won't continue. I used to run my life by iCal, but since upgrading to Mavericks, it's been nothing but grief and aggravation. I'd like to migrate to Google, but, hello? Privacy issues.
    If I'd known that a free "upgrade" was going to break something so fundamental as a formerly useful calendar, I'd have give that particular freebie a pass.
    And while we're on the topic of inadvertantly having downgraded our applications, Apple, take note: you should not helpfully make our alert notifications disappear after a nanosecond. Additionally, you should hasten to allow US the ability to decide how long to snooze an event, or even reschedule an event from within the alert window. A generic and unmanageable "Snooze" for an alert is just annoying. (I missed the snoozed alert for "Plug Grandma's life support back in," while I was in the bathroom and you can imagine the consequences. Okay, not really, but just sayin' -- get your effing house in order and make sure you don't break important basic apps with upgrades. Oh, and also, please FIX THIS!)

  • Mavericks Calendar Open File Alarm Scripting Failure

    Hi all,
    I just recently upgraded to 10.9 from 10.8.5. Part of my daily routine is to download an excel file, gather information from that excel and, using applescript, add information from that document to an icloud calendar found in Apple Calendar, and create an alarm that opens an application after the specified event time.
    The upgrade to Mavericks did two things, first it stripped away all of the "Open File Alarms" from existing events on the icloud calendar, and now when I attempt to create new events with the below applescript, I get an error  "There was an error saving calendar data. Calendar encountered a critical error while saving to the database, and recent changes may be lost. More information may be available in the console." If I strip away the code for adding the open file alarm, the events add properly. If I manually add an open file alarm by clicking the event and selecting the necessary info, the calendar and event save fine. I've checked the applescript dictionary for Calendar in 10.9 and I don't see a difference in how Open File Alarms are handled.  Can anyone offer any suggestions? Below is the snippet of code that grabs the data from excel and loads it into the event in Calendar.
    --opens data in excel
    tell application "Microsoft Excel"
      activate
              set theDoc to "Mac HD:Automatic User:CSV File From Form:Re-Hire Form.csv" as text
      open file theDoc
      --get the outdate programmed for iCal & expiration function
              set eventFirstName to the value of range "B2" & " " as string
              set eventLastName to value of range "C2" & " out" as string
              set eventname to eventFirstName & eventLastName
              set targetDate to the value of range "I2" of active sheet
      quit
    end tell
    --add outdate events to calendar
    tell application "Calendar"
              if class of targetDate = date then
                        set newTargetDate to targetDate + (1 * days)
                        set outDate to short date string of newTargetDate
              end if
              set theoutdatecal to "Show_trans"
              tell calendar theoutdatecal
                        set deactivate_date to make new event with properties {start date:targetDate, summary:eventname, allday event:true, status:confirmed}
              end tell
              tell deactivate_date
                        make new open file alarm at end with properties {trigger interval:1440, filepath:"/Automatic User/Workflows/deactivation.app"}
              end tell
    end tell
    Thanks!

    As a side note, I have also tried unlinking and relinking the icloud account (to clear the calendar data), and creating fresh calendars "On My Mac" to the same result.

  • I am trying to download a calendar into ical and keep getting this message-Some of the events in this calendar have alerts that open files or applications.  What am I doing wrong???

    I am trying to download a calendar into ical and keep getting this message-Some of the events in this calendar have alerts that open files or applications. Remove alerts or cancel 
    What am I doing wrong or missing??

    I have this same problem in October of 2013. I am unable to import .ics files into Lion that I exported from my Snow Leopard MacBookPro without losing all of my future events (which all have alerts attached). All of the events from BEFORE today's date are successfully importing, presumably because they are no longer expected to trigger alerts via Apple Mail. After my first unsuccessful attempt, I learned that iCal was communicating with iCloud by default. I have since turned off iCloud, but I have not found a solution to the problem. Harvey

  • Open file alarms severely broken under Mavericks

    Hi.
    So when I updated my systems to Mavericks, all of the alarms/alerts that open file to run an automator or Applescript applet had to be reset.
    Even resetting was tedious, as each of the applets first had to be run from the finder.  Then reset to the event(s) in Calendar..... but onle 2 can be set, then quit Calendar, then go back into calendar and set the next two......
    Until Mavericks, I have depended on Canlendar to run everything.Calendar, invoking applets is like the best thing since sliced bread for our uses!  On some days I have > 20 event alerts set.
    The problem is that even after the tedious process of resetting all the alerts, once set, any adjustment to one will cause it to run at that instant.  For example, I just went in to change a timer that was set to stop a particular event in another (scriptable) application at a particular time.  I chose to just delete the timer because I knew that changing it would cause it to run right then.  So I deleted it. Just deleting the alert caused it to run. right then.
    Note to Apple: PLEASE FIX THE PROBLEM WITH CALENDAR AND AUTOMATOR / APPLESCRIPT applets!!!!
    Note to anybody else who has been likewise devastatingly affected, IS THERE ANOTHER 3rd party app available that will do what we have been dependent on Calendar to do?
    This is awful. What a disaster.
    edited to add system using is OS 10.9.1
    Message was edited by: croixmom99

    Wow, ahahah.
    Found the bug source. A big OSX security flaw in my opinion. As the file was on the desktop, the path was Users/Me/Desktop/... However, I had a network connection to my pc, and the link was to my user account, Users/me/... So OSX was not trying to open its own /Users/ path but my PC folder... Somebody could fool the system, by creating a volume called /Users/... with some fake duplicate files, and someone could try to open something on his drive, but in fact it would load the evil Users volume.
    I don't understand how this could be possible. I never understood how bad the OSX network volumes system was that bad, but never tought it would be so crappy.

  • Calendar Alarm Open FIle not working in Mountain Lion

    Recently upgraded my mac mini server to 10.8.2 Mountain Lion. I need it to open a particular Filemaker file every morning, and close the application every night. Used to have a simple alarm in iCal set to do this with Open File and then a very simple Automator script to close the program at a scheduled time, also in iCal. Worked fine. Now, in trying to recreate this, it doesn't work - I make the scripts, and if I set them for a time I can test them (ie. 5 minutes from now), they work as planned, but they will not function on their own at the scheduled time. I thought it might be going to sleep, so I set Energy Saver to Never go to sleep, unchecked "Put hard disks to sleep when possible", and checked "Wake for network access". Still not working. Any thoughts? Any idea how to even troubleshoot this?

    I thought I was on to something, but then I re-read your post and saw that you've successfully tested your scripts in Calendar.  So, all I've got left to offer is a silly question: has the calendar been set to ignore alerts?  I ask because just within the last few days I created an Automator calendar alarm, tested it successfully (in the same fashion as you), and set it off to run on its merrily-scheduled way, only to discover it wasn't firing on its own.  Like you, I double-checked my Energy Saver settings and it looked like things should work just fine.  What I finally found was that at some point during all my testing and fiddling I'd ticked the "Ignore alerts" box for the calendar,  and that's what was keeping my script from firing.

  • How can I put OSX 10.7 on a new Macbook Air. Maverick no longer allows "open file in a new window" and I really miss it. At the Apple Store they told me it can't be added to the new OSX 10.10 so I  want to change the OSX on the new Macbook Air and it

    I have been using a 2012 Mac pro to do HD video editing. I bought a new portable Macbook Air only to find that Maverick no longer has "open files in a new window" which I use all the time in the very large folders of video clips and royalty-free music. I asked at the Apple Store how I could get this back on the Macbook Air and they said it couldn't be done so I thought I would re-format the HD and install 10.7 on it and was notified by the Macbook Air I can't put 10.7 on that computer. Apple use to give this as an option but now they have gone more to the attitude of "Do it our way or go to ****!" In anger I went out and bought a Dell Laptop and Pinnacle Studio 17 which I have been learning to use. I have been an Apple/Mac user since 1979 and would still rather do my video editing on a Mac. Is there any way that I can force the Macbook Air to let me load in OSX 10.7 where there is still the option to  "open files in a new window" or is there a way to add this to Maverick? The experts at the Madison, WI Couldn't give me any help on this.

    Choose Preferences from the Finder menu, click on the General tab, and uncheck the box to open folders in a new tab.
    (117195)

  • Adobe Indesign & Illustrator CS6 will not open files off server after Mac Maverick update.

    I updated to Mac OS X Maverick and all the sudden my InDesign and Illustrator will not open files off of my works network.  I read somewhere about installing the new Java update may help fix it, but I tried it and it did not. I have restarted my computer and reset the connection to the server multiple times, but it does nothing.
    The exact message I get is:  "Cannot open the files "xxxx.indd" Adobe InDesign may not support the file format, a plug-in that supports the file may be missing, or the file may be open in another application"  I know for a fact that it is not open in another application so it is not that. I have tried multiple files on the server as well.
    For Illustrator, I try to open a file from the server and it just freezes and does not respond so I have to force quit.
    Does anyone have any suggestions? Please help!

    If you had asked before you did this I would have told you not to move to Mavericks unless you were prepared for problems. I’m not a proponent of upgrade installations for operating systems and there’s no way to eliminate that as the cause.
    That said, before you start erasing the whole machine, try uninstalling CS6 and then reinstalling it. You might want to run the cleaner tool after the uninstallation.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Photoshop CS4 error since Mavericks when open file from Server: "file is empty"

    Since I upgraded to Mavericks I can't open files directly from a Server (smb://..), it says "file is empty". When I copy the PSD file to my local drive I can open it though. I tried already to remove the server and reconnect. I'm using the CS4. Any idea how to fix that?

    My solution from another thread:-
    Hello - I recently upgraded to Mavericks and have experienced a number of problems, one of which matches yours, and after some experimentation found a solution.
    Like you, whenever I tried to open a file held on the server in any Adobe software, I would get an error that the file is empty. However, if I copied the file to my desktop, it would open without issue. i then noticed that the server name, which has a space in it, had %20 instead of a space, which drew me to the conclusion that Mavericks was reading the server incorrectly. I ejected the mounted server icons, and then click 'Go', 'Connect to Server', and reconnected. The server reconnected (and this time that space was restored) and I could open all of my files without issue.
    Hope this helps

  • After update to OS X Maverick I can not open files in Lotus Notes Smart suite. Is there any way to solve this problem?

    After I updated to OS X Maverick I can not open files in Lotus Notes Smart suite. Is there any way to solve this problem?

    Ok this worked to solve the error.
    Use cmd prompt in windows 7 or 8 and run as admin:
    sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
    sc config mrxsmb20 start= disabled
    No need for all that power shell nonsense as shown elsewhere for windows 8.
    That's it. Also force smb2 disabling on the apple side for good measure.
    With the above I was able to network mavericks and windows 8.1 pro flawlessly. He issues I had before where I could not read video, ISO and audio files (but could open documents and pictures from the windows machine connected to an apple network share folder went away.

  • Can't open files directly from file server (MAVERICKS)

    since updating to Mavericks earlier today i have had the below problem
    I use a file server at work to access all my work files. i have no problem accessing the servers but when i try and when I double click to open a file (excel, word, pdf, etc) it says "the application cant be found"
    when Ihave the application open and i open the same file from within the application (file > open) it works fine. I just cannot open files directly from the file server by double clicking.
    in previous versions there have been no problems with this,
    any help would be great,

    Same issue here; I hadn't related it to upgrading to the latest OS 10.9.2. I've shutdown and restared multiple times. I've also rebuilt permissions on my hard drive as I thought it was the Finder but files on my local HD open file. Off the server, I cannot double-click or even drag to the dock. Files open fine if I open the app first then browse to find the file.

  • Open File dialogs often empty in Mavericks

    Since upgrading to Mavericks I've often had problems with the Open File dialog. Often when I select a folder in any Open File dialog in any application, no files show up. This is also true when for example I try and export a photo from iPhoto. The File dialog asking me to select the location to place the photo does not show the contents of existing folders. So once I select the computers hard drive, I can't select a folder or a folder inside a folder to place the photo.
    Eventually if I cancel the operation and keep trying, the Open File dialog will work.
    This is but one of the many slowdowns I'm experiencing with Mavericks. In general, this has not been a pleasant upgrade, and I have a MacBook pro which is only a year old. At times it seems as slow as a computer from the 1980s.

    Working workaround:
    Use the following statements in Terminal.
    sudo vi /etc/auto_master
    In this file comment out /net with #  (#/net .....)
    sudo automount -vc
    Fixed.

Maybe you are looking for

  • Checks Boxes in a Grid

    Hi Experts, I am binding my data to a grid and after that i have added a check box column as last column and i kept the Grid Collapse level as  2.My data is binded as following COL1                COL2           COL3                     COL4   A     

  • How to automatically block PRs

    Hi! I want to block PR´s automatically after creation i.e. a block indicator needs to be set. The approval will then take place in an external system which would then take away the block and set the status to released. What is the minimum of config i

  • Convert a column in Numbers that is currently in HH:MM format to decimal format.

    I need to Convert a column in Numbers that is currently in HH:MM format to decimal format.  IE 6:30 to 6.5

  • AMD Radeon HD 7670M

    I am looking at replacing our laptop, mainly used for travel, with one that is good for CS6 applications but neither very big in screen size nor too heavy ie not a gaming laptop. For Photoshop and many other CS6 applications the Ivy Bridge systems cu

  • IPhoto upload problem

    When I try to upload a picture to email I keep getting a color wheel that keeps spinning and it takes forever to get iPhoto to load the pictures