This topic is locked

How i can make an event invisible in the "calendar" template ?

4/4/2025 5:14:38 AM
Calendar Template general questions
J
Jan author

How can I hide an event in the template "calendar" for users with limited rights? Is there an example of this?

Sergey Kornilov admin 4/4/2025

I think you can check the technique described in this article:
https://xlinesoft.com/phprunner/docs/dynamic_sql_query.htm

You can add WHERE clause to your query to hide some records based on id, userid, ownerid etc.