Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

An error occurred when writing to the calendar <calName> / MODIFICATION_FAILED

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 243 回表示
  • 最後の返信者: Fabián Rodríguez
  • アーカイブに保管済み

When trying to delete a recurring event from a user-owned calendar (not Google, not network ical) I get the message "An error occurred when writing to the calendar Susan's Calendar / Error code: MODIFICATION_FAILED"

In the error console I get the following 2 lines:

There has been an error reading data for calendar: Susan's Calendar. However, this error is believed to be minor, so the program calCalendarManager.js:969:13 will attempt to continue. Error code: 0x80004005. Description: ID is null for deleteItem

An error occured when writing to the calendar Susan's Calendar! Error code: MODIFICATION_FAILED. Description: calCalendarManager.js:966

Why am I getting this error and how do I delete this event?

When trying to delete a recurring event from a user-owned calendar (not Google, not network ical) I get the message "An error occurred when writing to the calendar Susan's Calendar / Error code: MODIFICATION_FAILED" In the error console I get the following 2 lines: There has been an error reading data for calendar: Susan's Calendar. However, this error is believed to be minor, so the program calCalendarManager.js:969:13 will attempt to continue. Error code: 0x80004005. Description: ID is null for deleteItem An error occured when writing to the calendar Susan's Calendar! Error code: MODIFICATION_FAILED. Description: calCalendarManager.js:966 Why am I getting this error and how do I delete this event?

すべての返信 (3)

I've had this kind of error before, the only solution for me was to completely remove the calendar and reinstall it.

In my case I also had to export all events then delete the event from the exported file, then create the calendar again by importing the cleaned filed..

That work and was pretty easy to do. Thanks!

Thanks for letting me know! Don't forget to mark my post as the solution.