Can I include calendar by the calendar's name instead of the id?
I want to make it includes dynamic calendar, since I don't know the id of all calendars. I think if I can include calendar by the calendar's name, then problem will be solved. Or if you have other way to do it?
Hi,
Can I include calendar by the calendar's name instead of the id?
I want to make it includes dynamic calendar, since I don't know the id of all calendars. I think if I can include calendar by the calendar's name, then problem will be solved. Or if you have other way to do it?
Thanks
Hi,
It's not possible via name because there could be two calendars with identical names.
Could you elaborate what's the goal?
You need to display the events from currently logged-in user calendar?
Stachethemes Developer
Hi,
Thanks for replying
Yes, I want to dynamically display calendar for currently logged-in user. Can I do that?
Thanks
Hi,
Just want to know how is going so far, didn't get reply for a while.
Thanks
Place the custom filter in your theme or child-theme functions.php file:
Then on the page where you want to display the dynamic calendar add dynamic_cal=1 to the shortcode. Example:
Stachethemes Developer