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
Is your feature request related to a problem? Please describe.
As a calendar app user I want to schedule meetings for existing Talk rooms, or create a new Talk room for my event.
Describe the solution you'd like
Design specs
Secondary button "Talk room" or "Add Talk" to the right of "Location" field (or inside the field, on the right).
Clicking opens a modal listing the existing Talk conversations, and a present "Create new Talk conversation" button on the top.
Picking any of the Talk conversation applies it
Clicking "Create new Talk conversation" automatically creates and adds the room to the event, with the event title and participants as usual
@nimishavijay researching further how competition does it for adjustment
Google Calendar: Just has a section "Add Google Meet video conferencing" and it can only add a new room/link, not an existing one. Benefit: It’s just a single step
Teams: Single dropdown which allows you to select from a list of channels (seemingly no way to create a new channel?)
Talk has OCS APIs. Use that to fetch a list. Filter for conversations that are either openly joinable or where the actor is a moderator. This ensures that all recipients can be added to the conversation via the existing logic that happens on save.
Describe alternatives you've considered
N/a
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a calendar app user I want to schedule meetings for existing Talk rooms, or create a new Talk room for my event.
Describe the solution you'd like
Design specs
Screenshots for reference:
https://github.com/user-attachments/assets/2085ab1b-afc9-434e-84a8-7ad3fc612da2
Implementation
Talk has OCS APIs. Use that to fetch a list. Filter for conversations that are either openly joinable or where the actor is a moderator. This ensures that all recipients can be added to the conversation via the existing logic that happens on save.
Describe alternatives you've considered
N/a
Additional context
No response
The text was updated successfully, but these errors were encountered: