here's my situation: my client's wordpress site has an "events" custom post type with a custom field called "date" (advanced custom field's datepicker). The site works just fine in all its parts but now they asked me to add a widget-like calendar that fetches all the events.
Basically what i need is something like get_calendar(); but for the "events" post type that uses the "date" custom field instead of the creation date. I spent the whole day yesterday looking for a plugin, hack, snippet of code... but nothing seems to do the job. I know there are similar questions even here on stackoverflow, but still, no solution...
Do you have any ideas?