-
Notifications
You must be signed in to change notification settings - Fork 244
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
Integrate appointments on the profile page #3541
Comments
On Profile, it would just be a link (in the form of a button) to the "Public appointment booking page" as listed in #3484 If someone has multiple appointment configurations, we can go multiple ways depending on what is possible in the remaining time:
And to specifically answer your questions:
Simple: Just don’t show the checkbox in the profile info, don’t show a button either.
If "Show appointment booking" is checked, that button will link to that one appointment configuration.
As mentioned above, either an overview page or the dropdown. |
I would go with this for simplicity reasons, otherwise the public API needs a way for Calendar to register and render such a setting on the user's profile settings page. I will update the ticket to make sure we also have the configuration overview page, similar to Calendly.
Will put that into the requirements of the profile page ticket. That's not possible with the current API. |
Done with #3574 |
Ref nextcloud/server#28139
@jancborchardt @nimishavijay please spec how this should work, ideally with a few screenshots that demonstrate the expected interaction
For your information, appointment configuration is the technical term for one of the appointment slot patterns that you can possibly create. Example: Coffee call, Lunch at the buffet, Consultation and so on. Users can have none or as many appointment configurations as they like.
The text was updated successfully, but these errors were encountered: