joedolson / my-calendar

My Calendar WordPress Plugin
https://www.joedolson.com/my-calendar/
GNU General Public License v3.0
19 stars 16 forks source link

Support custom fields in remote db access #580

Open joedolson opened 7 months ago

joedolson commented 7 months ago

Currently, custom fields are fetched on demand, which means that they are dependent on existing in the local site - they don't use the remote DB connection to get information.

I think the best solution to this is to fetch custom fields when building the event object, so that they're passed to remote handlers. This will also enable them to be more readily available in exporters and the REST API.

joedolson commented 7 months ago

See support request HS7466.