plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 127 forks source link

Allow to hide individual calendar events #151

Open allanlaal opened 9 years ago

allanlaal commented 9 years ago

use case: i use my facebook accounts events calendar and other remote calendars quite heavily. as you know its not possible to hide or delete events from remote calendars. this means that i sometimes have a full screenful of recurring and normal events which I'm not attending. This means i cannot see todays agenda with a glimpse, which is kinda the whole point of this app :)

i would be fine with the hide action having no undo

the action could be accessible by double tapping or long pressing the event in the widget

mpost commented 9 years ago

@allanlaal You can choose which calendars you want to show in the widget. Since that is probably not fine grained enough for you, hiding individual items could be a good idea.

yvolk commented 9 years ago

@allanlaal @mpost Please see my contribution, which does exactly the same for past events: #138 - there you can choose, events of which colors (!) you want to show : "(this option is turned off)", "The same as default calendar color", "Other than default calendar color". I'm using this feature for more than two months already and found it very convenient.

@allanlaal your wish may be easily implemented the same way (but filtering future/current events this time).

@mpost Please note that when both this and #138 features are turned off (as it is now in released version), there is no any impact on the performance, so users, who don't need this feature, will not be impacted.

I may implement this, but please let's start from accepting #138 ' s pull request ( #145)