Sergey Mosin

Results 181 comments of Sergey Mosin

Can you send me(sergey [at] srgdev.com) the settings dump `settings > advanced settings > debugging > settings dump` so I can try to replicate this.

Not sure if this will work for you, but the "Weekly template" mode has multiple duration option, more info here: https://github.com/SergeyMosin/Appointments/issues/186#issuecomment-792134114

> If i have a date from 02:00-02:30 the first next free apointment would possible at 03:15 Or the date before has to end at 01:15 (becaouse of 30min after...

I think the `Buffers` flow needs to be refactored to work between multiple pages and even other calendars apps. Currently the buffers are calculated **internally** and the final event in...

External subscriptions are tricky. What is your `Settings > Advanced Settings > Weekly Template Settings > Subscriptions Sync Interval` more info: https://htmlpreview.github.io/?https://github.com/SergeyMosin/Appointments/blob/master/templates/help.php#srgdev-sec_tmm_subs_sync . You can also trigger syncs in `Settings...

Bug is confirmed, only the first `VEVENT` object gets parsed if a `VCALENDAR` has multiple `VEVENT` objects

@pax77-dd Can you please clarify "if I enter a series of appointments that lie above the bookable appointments" I assume there two calendars (CalA and CalB). CalA is "connected" to...

@ericbegin Translations PRs will not work because they will be overridden by @nextcloud-bot . Translations are provided by [Nextcloud community on Transifex](https://www.transifex.com/nextcloud/nextcloud/dashboard/) and automatically merged on daily basis. Every new...

Is `Private` check box unchecked in your `Appointments > Manage Appointment Slots` settings ? ![image](https://github.com/SergeyMosin/Appointments/assets/10747559/b7c036eb-4b94-493e-9944-75a8920bc7f8)

I see now. I did not realize that I can get the docs by pressing `Ctrl + Q` while inside the drop-down, like the `Enum.map` example above. This is perfectly...