-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Implement option to enable / disable sync of declined events #62
Commits on Aug 12, 2023
-
fmt: make the linter happy and add document starts to yamls
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 914cb00 - Browse repository at this point
Copy the full SHA 914cb00View commit details -
feat: add Accepted field to models.Event
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for b266ae9 - Browse repository at this point
Copy the full SHA b266ae9View commit details -
feat(outlook): add ResponseStatus field and map to models.Event.Accepted
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for ee2b4be - Browse repository at this point
Copy the full SHA ee2b4beView commit details -
feat(google): check for Event Response and map to models.Event.Accepted
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a547e4 - Browse repository at this point
Copy the full SHA 7a547e4View commit details -
feat: add sync_declined_events field to config
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for cf05cca - Browse repository at this point
Copy the full SHA cf05ccaView commit details -
feat: add SyncDeclinedEvents field to controller struct
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 01355ec - Browse repository at this point
Copy the full SHA 01355ecView commit details -
test: modify tests for the newly introduced accepted field and contro…
…ller property
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7c23a11 - Browse repository at this point
Copy the full SHA 7c23a11View commit details -
feat: add function to remove declined events if config parameter is set
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 1ad213e - Browse repository at this point
Copy the full SHA 1ad213eView commit details -
docs: add sync_declined_fields parameter to readme.md
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for fc70f5f - Browse repository at this point
Copy the full SHA fc70f5fView commit details -
Alexander Huck committed
Aug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for c0f7c2b - Browse repository at this point
Copy the full SHA c0f7c2bView commit details -
feat: bump golangci-lint version to 1.54.0
Alexander Huck committedAug 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 0f56847 - Browse repository at this point
Copy the full SHA 0f56847View commit details
Commits on Sep 20, 2023
-
fix: remove SyncAllDayEvents field and add filters to the config file
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 42a71d5 - Browse repository at this point
Copy the full SHA 42a71d5View commit details -
feat: add Filter Interface, autoconfigure, etc
mostly copy & paste from transformers
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ecd9f35 - Browse repository at this point
Copy the full SHA ecd9f35View commit details -
feat: use filters in the new controller
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ab8b72c - Browse repository at this point
Copy the full SHA ab8b72cView commit details -
feat: add filters "AllDayEvents" and "DeclinedEvents"
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ca5c521 - Browse repository at this point
Copy the full SHA ca5c521View commit details -
feat: add filter logic to SynchroniseTimeframe
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for bcf96b4 - Browse repository at this point
Copy the full SHA bcf96b4View commit details -
docs: add filters to example config
Alexander Huck committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d55da9 - Browse repository at this point
Copy the full SHA 9d55da9View commit details
Commits on Sep 23, 2023
-
fix: move autoConfigure to its own file and allow any object to be pa…
…ssed
Alexander Huck committedSep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e957eab - Browse repository at this point
Copy the full SHA e957eabView commit details
Commits on Sep 26, 2023
-
refactor: filter events one by one
we have aligned the processing of the filters to work like the processing of the transformers
Alexander Huck committedSep 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 17dfea0 - Browse repository at this point
Copy the full SHA 17dfea0View commit details -
test: modify filter test to the new format
without the global boolean, using filters in the controller struct
Alexander Huck committedSep 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 6460e55 - Browse repository at this point
Copy the full SHA 6460e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45de524 - Browse repository at this point
Copy the full SHA 45de524View commit details