-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Initial support for event STATUS attribute #200
Conversation
Hi Aga-C, |
From a user perspective it can be misleading, but since it's a standard then okay, let's leave it as it is. Just comparing to popular calendars like Google Calendar or Outlook, I don't see a separate setting for this, there's just attendance status. Remember that this app isn't only for professional users. However, despite that, I still see some problems:
|
Thanks for your feedback @Aga-C
You are right - i just fixed that in commit adb4a8b
I had forgotten to handle the status attribute in CalDav sync -i fixed this in my commit bb18589. It would be very nice if you can retest both functionalities and give some feedback :) |
I've tested, and both export and CalDAV sync looks good. Both Confirmed and Tentative status are correctly saved in Google Calendar. Cancelled too, but it seems to be how Google Calendar works, that it removes the event automatically after a short while. |
As a heavy Nextcloud calendar user, the STATUS attribute has become very important for my planning. It conveniently allows me to add a "blockers" into the calendar and easily visually differentiate tentative from confirmed appointments. Trying to encourage the other users of the shared calendar to do the same, I realized that the support is missing in Fossify and that this PR tries to fix this situation. Extra cool timing and thanks for the work! So I also tested the PR, and it works fine in both directions for my Nextcloud / DAVx5 / Fossify setup. I would really like to see this PR merged soon. But I believe the visual aspect needs improvement, i.e. "tentative" appointments should be visually discernible in the views. Nextcloud calendar shows the tentative appointments half(?) transparent and this works very well for me. Is it possible to add this? Thanks in advance! |
Thanks for your feedback @laodzu! It would be possible to use the same dim as the calendar uses for past events in e.g. the month view when "dim past events" is enabled. Do you mean something like this? |
Thanks for the quick reply @myxor ! Yes, any form of visual difference will do. If this is the most straight forward way to do it, then I think this is fine. If you have something that I can actually test, then I should be able to quickly tell you if it works (for me) or not. |
Do we want this to be configurable or not? |
I would vote for it to be /not/ configurable. Without the visual difference, there is (IMHO) little use of the STATUS attribute as I will surely not open every item to see its status. So for me the visual difference is essential and should thus not be configurable. As another data point, Nextcloud Calendar also does not have an option for this but always dims the tentative entries. I vote we should do the same in correspondence with the principle of least surprise. |
… event list, day, week and month view
I pushed changes implementing the dimmed presentation of tentative events with commit c4f583d |
Thanks for the changes Marco! You certainly made my day. I tested it and it works just like I would have expected it to work in the first place, excellent! I have to admit that I disable the "dimming of past events" as I do not like things changing on their own. But that's only my personal preference. So with this dimming disabled, I now have a clear and immediate representation of the tentative status. With the dimming enabled, the color is of course ambiguous, but I think introducing yet another "attribute" next to the dimming is also not reasonable. I do have ~10 calendars with individual colors and introducing yet another attribute would push the number of "regular colors" from 20 to 30 and (IMHO) this will not ease, but complicate, the understanding. |
@myxor Thanks again for your work. What exactly is required for this to be merged now? As far as I can see, this feature actually puts FossifyOrg ahead of other projects. On my FP4 running eOS for example, the stock calendar app is Etar Calendar, and it does /not/ have this feature. It would be sad if this well functioning and very useful feature keeps sitting in a PR without any attention. @naveensingh can you shed some light on what is required for this feature to be merged? Thanks in advance! |
Time. I'm yet to review this PR. |
Any plan and time to have a look? |
…hown) in event list, day, week and month view" This reverts commit c4f583d.
For consistencies sake.
Looks good to me! I made some changes myself as I want to get an update out, I reverted the "dimmed presentation of tentative events" because it interferes with the "Dim past events" preference. In the future, we'll consider adding a "(?)" icon in front of the event names to indicate the tentative status (similar to how tasks are indicated using a checkmark icon). |
What is it?
This works on #145.
Description of the changes in your PR
STATUS
attribute in databaseSTATUS
in event view and allows setting it to one of the three allowed valuesSTATUS
attributeBefore/After Screenshots/Screen Record
(sorry for screenshots being in German)
Fixes the following issue(s)
Acknowledgement