Hello,
Yeah, this probably should be configurable. If I get chance over the weekend, I’ll update the development version so that this can be changed in the plugin settings.
Hi again,
I’ve updated the dev version, adding a “No events message” setting to the plugin’s General Options.
Marking as resolved. If you have further questions / problems, let me know.
Where/How will the message show up?
It’ll just display the message where the events would be if there were any.
Thank you for the reply. I just realized that the message will show up when there is no events at all in whole calendar. correct?
This is a great plugin, very handy. Very appreciate your hard work. I am looking for a function that showing Today’s events list under Ajax grid display in widget. If no event for today, a message will say “No event for today”.
Is this doable from shortcode? or anything else?
Thanks
Hello,
You can retrieve only events for “today” with the following settings:
- Retrieve events from: 00:00 today
- Retrieve events until: 00:00 today, with an offset of 86400
Thank you very much for the reply.
Actually, what I want to have to list today’s event at the bottom of the grid calendar widget. Your solution is great but doesn’t accomplish my requirements. I end up tweaking the source code to do so. BTW, Your source code is terrific easy to follow.
Thanks.