-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Change in TRANSP from "free" to "busy" is not reflected on the appointments page. #566
Comments
Bug confirmed in `Simple Mode', fix will be available in the next release. @woolfg Are you using the |
thanks @SergeyMosin for the fast reply. I am using the "weekly template". |
Actually the @woolfg v2.3.3 has a new debug option, when you get a chance can you check the |
This could be related to #565 on large calendars |
should be fixed in v2.3.4 |
I tested v2.3.4
thanks a lot for the super fast fix @SergeyMosin
do you still need this? |
No. it's OK. |
Updating an appointment's
TRANSP
field fromfree
tobusy
does not update the appointment status on the appointments page. Even after refreshing, the time slot is still shown asfree
.Steps to Reproduce:
TRANSP
field set tofree
.TRANSP
field tobusy
.Expected Result:
The time slot for the appointment should appear as
busy
.Actual Result:
The time slot for the appointment remains incorrectly displayed as
free
.Background:
I discovered this issue as the Android Calendar handles
TRANSP
in a different way. Android assumesbusy
as the default and does not explicitly set theTRANSP
field. When the field is later changed tobusy
, the system does not recognize the update, leaving the time slot unblocked.Environment:
The text was updated successfully, but these errors were encountered: