Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

If I try to delete an event on iCal, it offers me these options:

  • Cancel
  • Delete and Notify

What if I want to delete without notifying?

I'm running iCal 5.0.2 on OS X 10.7.3 using an Exchange account.

Edit: Using an Exchange account.

share|improve this question

2 Answers

You can move the event to a local calendar. When deleting you will then get the additional option "Delete & do not notify".

share|improve this answer

A couple of years ago I wrote a script to do this. It's all at http://thefragens.com/blog/2010/04/dont-send-ical-replies/

The gist of it is the script will automatically alter an AppleScript inside the iCal package. It does not effect the code signing. The script also has a method of reverting itself. You'll likely have to install the changes each time iCal is updated.

NB: It won't work with Exchange accounts.

The zip file has the install bash script, a modified and an unmodified AppleScript.

share|improve this answer
Thanks! Sadly, I use an Exchange account. – dfrankow May 11 '12 at 12:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.