JeffryMAC commented on issue #8471: URL: https://github.com/apache/airflow/issues/8471#issuecomment-626311270
@wojtek2kdev the idea is to be able to pull events from Calendar. This is useful to make analysis if some events have effect on data (like: on 2.10.19 office closed due to employ trip). So we want our automatic process to consider events from calendar when making calculations and analysis. On the other hand we want also the ability to post event into calendar. For example if ETL discovered issues we want to be able to call `hook.post_event(recipients, title)` this will create event in the recipients calander. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
