Meta Box
Support › MB Views › Calendar ViewResolved
Hi, I have a custom post type Event with a Date field. Is it possible to create a View with Events in a Calendar that depend on the Date field?
Another question: Can the Date change automatically, as repeat every one week or one month or one year?
Many thanks!
Hi,
The field date only helps you to pick a date via friendly UI, it is impossible to change the date automatically.
date
Regarding the view template, you can query to show the event base on the date field but query posts by custom fields is not recommended. https://docs.metabox.io/fields/date/#template-usage
I recommend using the plugin The Events Calendar to create the event calendar for a better experience.