myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

Add hooks to perform additional updates on Calendar events after `org-gcal--update-entry` is called #130

Closed telotortium closed 3 years ago

telotortium commented 3 years ago

My use case is to set the Effort property to the duration of the event when an event is created - I have a hook that prompts for effort when clocking into a headline without an effort, and I'd like to have the effort set on calendar events downloaded from the API so I don't have to waste time setting the effort.