-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
[Future] Rules #69
Comments
Some people may also desire in the future the ability to automatically modify the colors of the events. This could also be done via rules. For instance:
|
The modification use cases could potentially be split into two features, rules and regexs. The first modifications (Remove FW:, and others such as replace X with Y, or remove that annoying 'Invitation/Updated' Google adds to events sent to other calendars) could be solved by having a config option as a regex to run for title and description, as a thought. |
Yeah, these will probably support regex (or at least have an option to make the modification rule "regex" or "non regex") |
This is a future feature that probably won't be implemented for a while. We have bigger things to focus on before then
Filter Rules: only process events that match certain criteria
Examples (some of these may be multiple rules):
Modification rules: modify event properties before processing the event
Examples (some of these may be multiple rules):
Rules should be able to access the following properties: Title, Location, Description, Start, End, Duration
They should also have the following variables available:
The text was updated successfully, but these errors were encountered: