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

Calendar setting to filter events #1258

Closed
ferblape opened this issue Dec 13, 2017 · 3 comments
Closed

Calendar setting to filter events #1258

ferblape opened this issue Dec 13, 2017 · 3 comments

Comments

@ferblape
Copy link
Member

ferblape commented Dec 13, 2017

We need to enhance the calendar integration code to allow filtering events that contain a character or a string. For example, import only those events which contain an "@" or those that contain the string "[gobierno]".

The filter, for the moment will be a requisite for the event to be imported, and those events that don't contain that string won't be imported.

@furilo
Copy link
Member

furilo commented Jan 3, 2018

I've applied a rule:

Title starts with "@" -> Import

But it's importing all events. I guess the rule is working well but my expectation was that the contrary would not happen ( = if events don't start with "@" don't import). So maybe we should offer another option "Don't start with" to make that explicit? (this is what we need for the first client; I don't know if with the current options we could do it)

@furilo furilo reopened this Jan 3, 2018
@ferblape
Copy link
Member Author

ferblape commented Jan 3, 2018 via email

@ferblape
Copy link
Member Author

ferblape commented Jan 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants