question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to access appointment recipients [0x80004004 E_ABORT]

See original GitHub issue

Are you already using OGCS? v2.8.6.0

Describe the question you have I used OGCS successfully for quite some time and it stopped working when my Office installation was upgraded to Office 365. Are there known issues with Outlook 365 and can I provide further specific details?

Log:

2021-03-25 14:22:04,749 INFO  1 OutlookGoogleCalendarSync.Program [239] -  Program started: v2.8.6.0
2021-03-25 14:22:04,749 INFO  1 OutlookGoogleCalendarSync.Program [240] -  Started interactively.
2021-03-25 14:22:04,749 INFO  1 OutlookGoogleCalendarSync.Program [244] -  Logging to: C:\Users\<userid>\AppData\Roaming\Outlook Google Calendar Sync\OGcalsync.log
2021-03-25 14:22:04,750 INFO  1 OutlookGoogleCalendarSync.Program [249] -  Purging log files older than 30 days...
2021-03-25 14:22:04,751 INFO  1 OutlookGoogleCalendarSync.Program [260] -  Purge complete.
2021-03-25 14:22:04,752 INFO  1 OutlookGoogleCalendarSync.Settings [49] -  Running OGCS from C:\Program Files (x86)\OGCS_v2.8.6\OutlookGoogleCalendarSync.exe
2021-03-25 14:22:04,752 INFO  1 OutlookGoogleCalendarSync.Program [142] -  Storing user files in directory: C:\Users\<userid>\AppData\Roaming\Outlook Google Calendar Sync
2021-03-25 14:22:04,755 DEBUG  1 OutlookGoogleCalendarSync.GoogleOgcs.Authenticator [280] -  Getting MD5 hash for '<email>'
2021-03-25 14:22:04,755 DEBUG  1 OutlookGoogleCalendarSync.XMLManager [58] -  Retrieved setting 'CloudLogging' with value 'true'
2021-03-25 14:22:04,755 INFO  1 OutlookGoogleCalendarSync.GoogleOgcs.ErrorReporting [173] -  Turned error reporting ON
2021-03-25 14:22:04,756 DEBUG  1 OutlookGoogleCalendarSync.XMLManager [58] -  Retrieved setting 'Portable' with value 'false'
2021-03-25 14:22:04,756 DEBUG  1 OutlookGoogleCalendarSync.XMLManager [58] -  Retrieved setting 'LoggingLevel' with value 'WARN'
2021-03-25 14:22:04,757 INFO  1 OutlookGoogleCalendarSync.Settings [598] -  Logging level configured to 'WARN'
2021-03-25 14:22:05,787 WARN  1 OutlookGoogleCalendarSync.Forms.Main [999] -  Outlook calendar selection changed to: Kalender (ID: <calId>)
2021-03-25 14:22:49,327 ERROR  7 OutlookGoogleCalendarSync.Console [278] -  Event creation failed.
2021-03-25 14:22:49,330 ERROR  7 OutlookGoogleCalendarSync.Console [278] -  Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
2021-03-25 14:22:49,424 ERROR  7 OutlookGoogleCalendarSync.OGCSexception [28] -  System.Runtime.InteropServices.COMException: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
2021-03-25 14:22:49,426 ERROR  7 OutlookGoogleCalendarSync.OGCSexception [21] -  Code: 0x80004004,-2147467260; Location: get_Recipients() in <Unknown File>
2021-03-25 14:22:49,427 ERROR  7 OutlookGoogleCalendarSync.OGCSexception [65] -     at Microsoft.Office.Interop.Outlook._AppointmentItem.get_Recipients()
   at OutlookGoogleCalendarSync.GoogleOgcs.Calendar.createCalendarEntry(AppointmentItem ai) in C:\Users\Paul\Git\OutlookGoogleCalendarSync\src\OutlookGoogleCalendarSync\GoogleOgcs\GoogleCalendar.cs:line 420
   at OutlookGoogleCalendarSync.GoogleOgcs.Calendar.CreateCalendarEntries(List`1 appointments) in C:\Users\Paul\Git\OutlookGoogleCalendarSync\src\OutlookGoogleCalendarSync\GoogleOgcs\GoogleCalendar.cs:line 344
2021-03-25 14:22:54,836 FAIL  1 OutlookGoogleCalendarSync.Console [276] -  Sync aborted after 1 failed attempts!
2021-03-25 14:23:46,564 ERROR  6 OutlookGoogleCalendarSync.Console [278] -  Event creation failed.
2021-03-25 14:23:46,565 ERROR  6 OutlookGoogleCalendarSync.Console [278] -  Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
2021-03-25 14:23:46,567 ERROR  6 OutlookGoogleCalendarSync.OGCSexception [28] -  System.Runtime.InteropServices.COMException: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
2021-03-25 14:23:46,568 ERROR  6 OutlookGoogleCalendarSync.OGCSexception [21] -  Code: 0x80004004,-2147467260; Location: get_Recipients() in <Unknown File>
2021-03-25 14:23:46,568 ERROR  6 OutlookGoogleCalendarSync.OGCSexception [65] -     at Microsoft.Office.Interop.Outlook._AppointmentItem.get_Recipients()
   at OutlookGoogleCalendarSync.GoogleOgcs.Calendar.createCalendarEntry(AppointmentItem ai) in C:\Users\Paul\Git\OutlookGoogleCalendarSync\src\OutlookGoogleCalendarSync\GoogleOgcs\GoogleCalendar.cs:line 420
   at OutlookGoogleCalendarSync.GoogleOgcs.Calendar.CreateCalendarEntries(List`1 appointments) in C:\Users\Paul\Git\OutlookGoogleCalendarSync\src\OutlookGoogleCalendarSync\GoogleOgcs\GoogleCalendar.cs:line 344
2021-03-25 14:23:48,754 FAIL  1 OutlookGoogleCalendarSync.Console [276] -  Sync aborted after 1 failed attempts!

error

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
seiler-thomascommented, Apr 19, 2021

most probably not as our it is quite good and it is a not so small company. as I said I had the issues this morning and then some hours later found the calendar uptodate. Strange. I will give more information if problems come up again. Now it seems to work and I do not want to touch the config 😃

0reactions
github-actions[bot]commented, Oct 16, 2021

This issue has been marked dormant because the last update is at least 30 days ago. If no update is made with the next 7 days, the issue will be closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Send Outlook Email via Powershell
... /operation-aborted-exception-from-hresult-0x80004004-eabort-outlook-appointment?forum=outlookdev ) this is due to 'object model guard'.
Read more >
Send outlook appointment through asp.net error HRESULT
I am trying to send an outlook appointment through code. My code is posted below. When I run it on the server with...
Read more >
Cannot create appointment or all day event in the calendar ...
Resolves an issue in which a user cannot create an appointment or all day event in the calendar of a shared mailbox.
Read more >
Can't update a meeting in large distribution group - Exchange
When you open the meeting on the calendar, the To field contains a number of the recipients in the distribution group membership, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found