-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Attendee email and name are the same (both are email) #111
Comments
Hi @FeralFlora - I noticed the same and it may be worth adding a note or alternative handling to Lines 104 to 120 in dad4fc2
I downloaded several ics files from different providers and I'd rather not manipulate the data as it comes through, so could see adding another field or two with processed name & email if you think that is what most people expect. |
For reference: https://www.kanzaki.com/docs/ical/attendee.html |
Thanks for the link:
Strange how yours and my experience doesn't line up with this ☝️
I understand, that makes sense. If something like that is possible, it would be great, but what would you process, if CN is just the email? |
I've shared my current attendee implementation here: #74 (reply in thread) |
Not sure if this should be labelled a bug or a feature request. But in any case, the issue is that name and email are both the email of the attendee. This is a) redundant and b) a loss of information, since the actual name is not available. I'm trying to implement the workflow requested here (formatting the name as a link to the person folder), but without the name, it's not possible. Unless perhaps if you add the email as an alias to the note, but that's something you can only do after the note has been created, in this scenario.
So I'm wondering if this is intentional, which it seems to be based on this and this, and if so, why? Is it because the name of the attendee is simply not available? If so, bummer.
The text was updated successfully, but these errors were encountered: