apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Accepting invites in iCal from Outlook cause error "Unknown calendar user address: invalid:nomail" #364

Closed macosforgebot closed 11 years ago

macosforgebot commented 12 years ago

brent@… originally submitted this as ticket:472


I'm seeing an issue where accepting an invite with iCal, sent from an Outlook client, results in the following to be repeated indefinitely every 2 minutes in the calendarserver error log until the event is deleted from the user's calendar:

2012-01-06 16:56:52-0500 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#error] Unknown calendar user address: invalid:nomail
2012-01-06 16:56:52-0500 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for invalid:nomail: Unknown recipient
macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:472

macosforgebot commented 11 years ago

@wsanchez originally submitted this as comment:5:⁠ticket:472

macosforgebot commented 11 years ago

@cyrusdaboo originally submitted this as comment:6:⁠ticket:472


This is not really a server bug. The client is trying to store an event with an ATTENDEE set to invalid:nomail - and the server correctly reports that as an error with the ATTENDEE property SCHEDULE-STATUS - the actual PUT should succeed. Now for some reason the client tries to repeat that over and over. If you continue to see this please file a bug against the client at http://bugreport.apple.com.