-
Notifications
You must be signed in to change notification settings - Fork 241
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
feat: add conference field #5381
Conversation
Signed-off-by: Richard Steinmetz <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5381 +/- ##
=============================================
+ Coverage 22.71% 65.42% +42.71%
Complexity 372 372
=============================================
Files 237 36 -201
Lines 11679 1990 -9689
Branches 2270 0 -2270
=============================================
- Hits 2653 1302 -1351
+ Misses 9026 688 -8338
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Did you test the support of the |
Good point. I just tested it with Thunderbird and it has no support for the field. I guess we should keep the link in the description for now. |
We did some testing on Microsoft (Outlook) and Mac OS (Apple Calendar) and it turns out that both clients don't support the field. The Apple Calendar on Mac has a shared location and conference field that isn't populated from the CONFERENCE field. Manually setting it by scheduling e.g. a Zoom meeting from the client and then exporting the event shows that the link is written into the description field. Maybe we should use the location field for the link, given that the CONFERENCE field does not seem to be supported well. |
#2070 has some discussions about that. Biggest issue is that we (and other 3rd-party apps) then need to handle when the user wants to enter a physical location. In any case, even if it's not supported anyway, it doesn't hurt to have the |
I see the point, but in 90% of all use cases I like it to have the link in the location field. That's also how I send my manually created invitation at the moment. This is easy to find and most calendars offer a way to directly click it on pop-up, etc. I hate this Teams/Google invitations with lots of text, often multiple links and you have to search for the right one. A argument for the description might be if we want to send more information, e.g. also the dial-in number if the SIP bridge is enabled. Maybe a good solution would be to pre-file the URL in both fields, description and location? It doesn't hurt because different people might look at different fields first to find the link and it gives the creator of the event the freedom to overwrite each field if they wish without losing the link? I agree, that we should not introduce a field which can't be handled by all/most calendars correctly. |
We discussed this in the team and came up with the following plan:
|
I'll create a new branch and PR. |
Partially addresses #1758
Simple Editor
Sidebar Editor