Skip to content
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

Add indicator for events with description #181

Open
maxpatiiuk opened this issue Feb 7, 2023 · 1 comment
Open

Add indicator for events with description #181

maxpatiiuk opened this issue Feb 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@maxpatiiuk
Copy link
Owner

maxpatiiuk commented Feb 7, 2023

Google Calendar does not show previews of descriptions for events that have descriptions nor does it provide an indicator that even has a description.

As a result, it's easy to add some important details about the event into the description and forget that it's there.

Some sort of indicator would be wonderful (i.e, a red corner or a stripe)

The difficulty is that there is no indication in the DOM that an element has an event, thus we would have to make network requests to get this information. And there would have to be a separate network request for each calendar. And if user is rapidly moving though calendars, that's a lot of network requests...

@maxpatiiuk maxpatiiuk added the enhancement New feature or request label Feb 7, 2023
@maxpatiiuk
Copy link
Owner Author

Thus far my solution has been to prepend event names with a . for events that contain a description - then when I see event name starting with ".", I am reminded that there is a description.
But, this changes the data, so I have to integrate tools (like #232 to support this pattern)
And you can sometimes forget to do this
And this is not standartilized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant