Sergey Mosin
Sergey Mosin
please see this: https://github.com/SergeyMosin/Appointments/issues/24#issuecomment-731510809
Currently there is no Redirect **Canceled** URL. I guess it can be be added in the next release.
This and #24 and #23 are not that difficult on the backed side, but would introduce UI bloat. One solution would be to add some kind of "More Options" _expandable...
Up to three(3) optional durations are supported in `Weekly Template` mode, and maybe using `Title` as price would work. -----  ----- 
Can you send me(sergey @ srgdev.com) the text from the settings dump `settings > advanced settings > debugging > settings dump`
@pr4499 Re: wrong time slots... I could not reproduce the issue, and I do have your `setting dump`, however v1.9.0 has some bug fixes for `weekly template` mode.
RE: The need to choose the duration before choosing the date? It will only be possible once the UI is redesigned to something similar to #129 it is on the...
My mistake, I thought #129 was still open :)
I am just following direction at [CalDAV/CalDavBackend.php](https://github.com/nextcloud/server/blob/b54069189c6bb8d51839e9c93f47d2342db06a37/apps/dav/lib/CalDAV/CalDavBackend.php#L1262) > * ... * This default may well be good enough for personal use, and calendars * that aren't very large. But if...
I see, I'll look into public APIs. Thank you. Off subject question: Is there a way to add options to this menu from my app? Some kind of overlay API...