bramwaas / wordpress-plugin-wsa-simple-google-icalendar-widget

Simple Google Calendar Outlook Events Block
5 stars 2 forks source link

Add support for categories. #48

Open bramwaas opened 5 days ago

bramwaas commented 5 days ago

Create a filter with a list of categories and if one ore more categories of this list exist in the categories list of the event the event will be included (logical OR). Complement it with a negative filter to exclude this events. Also a filter that includes only events with all categories of the list (logical AND) And its complement none. Add all categories as css classes to the displayed event. Add a toggle to display/hide a list of categories before the first line of the event.

Also add a faq to state that although Microsoft Outlook supports categories, those categories do not appear in the ical file and therefore also not in my plugin.

bramwaas commented 3 days ago

This is what I have in mind now for the implementation: