You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) the email address is converted into some hash@localhost, but the displayname should then contain either the name or (email)address of the attendee.
Unfortunately for my setup using Outlook as source and Google Calendar as sink this does not seem to work.
All appointments end up having attendees like this:
When using KeepAttendees (
CalendarSync/internal/transformation/keepAttendees.go
Lines 22 to 44 in e449ad6
Unfortunately for my setup using Outlook as source and Google Calendar as sink this does not seem to work.
All appointments end up having attendees like this:
but with no DisplayName set (Google shows them with
(No name).
I also tried with theUseEmailAsDisplayName
option enabled.Looking at the source (https://developer.microsoft.com/en-us/graph/graph-explorer?request=me%2Fevents%3F%24select%3Dsubject%2Cbody%2CbodyPreview%2Corganizer%2Cattendees%2Cstart%2Cend%2Clocation&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com) I can see that the attendees all have am
emailAddress
containing two fieldsname
andaddress
:aligning with the model
CalendarSync/internal/adapter/outlook_http/models.go
Lines 56 to 63 in e449ad6
The text was updated successfully, but these errors were encountered: