hi,
successfully got the binding to work for all my calendars.
now I want the garbage calendar to trigger three different items for each of the garbage collectors.
therefore I configured an eventfilter calender and set a filter for the garbage names “Biomull, Papiermull, Restmull”. unfortunately this filter only works for one single textEventValue, but not two or three… all calender items remain UNDEF
is my search syntax wrong or does the eventfilter only works for a single Value? what is the alternative, create a separate eventfilter calendar for each garbage???
Change the textValueType from text to regex and apply a valid regex if you want to have all three events in one filter thing.
If you want an event filter thing for each garbage collection separately, just enter e.g. “Papiermull” and it should work.
With the current config the event filter is looking for a calendar record, that has “Biomull, Papiermull, Restmull” as one single string, their you do not get a result.
sounds logical
I changed from TEXT to REGEX and inserted Biomull|Papiermull|Restmull
in the searchfield… to my own surprise it immediately worked!
can you help me with an exclude regex for my other calendar. I want to get all events except Biomull, Papiermull and Restmull…
I tried ^(Biomull|Papiermull|Restmull).*$ but that does not seem to work:
calendar changed from ONLINE to OFFLINE (CONFIGURATION_ERROR): Text filter settings are not set properly.
another strange issue came up. I`d like to list the next 3 events from the event filter calendar. unfortunately I get three events from some future events during the year, but definitely not the next three ones.
I also tried to list “next event title” from the bridge calendar, same issue, this is not the next event from the calendar. I’m using google calendar and used the privat url from the google calender properties…