MultiCalendar And Priv Events
-
Multi calendar problems:
1. When i crate multi calendar I try get priv events for logged user (autor) and public global events from selected autor (like first auser in WC). Then i generate SHORTCODE:
[my_calendar weekends=”true” author=”current,1″]
And this shortcode don’t work. Any event (private current user and global 1 user don’t show) if I replace “current” word on else number like 4 user and create shortcode:
[my_calendar weekends=”true” author=”4,1″]
calendar correctly generate view with events from 1 and 4 user, but CURRENT don’t work! And I need current user only event (for looged user) and global events from user 1.
is possible generate calendar view like this?2. PRINT OPTION: I use shortcode with show only private events for user, and I see PRINT button before calendar. IM LOGGED and i click on it and I see on print view all events all users included priv events. Its verry bad. Print button should generate view on selected shortcode and selected category, I don’t need all categories on print and all userws, I want print only this what I see and select.
3. add possibility create event in calendar from frontend is only from PRO version?
The topic ‘MultiCalendar And Priv Events’ is closed to new replies.