Allow for recurring date exceptions & custom dates in Google Calendar node

It’s very handy to have the RRULE field in the Google Calendar integration, but for several of my automations I need to be able to carve out exceptions or add random, non-regular dates to a recurrence.
The Google Calendar API allows for this with EXDATE and RDATE properties in the recurrence field, just like with the RRULE property.
It would be very helpful to have EXDATE and RDATE fields in the Google Calendar node in addition to the RRULE field.
For reference: Google’s API docs on recurrence rules