# How to set permissions that users in my app can´t add events

**URL:** https://community.glideapps.com/t/how-to-set-permissions-that-users-in-my-app-can-t-add-events/80169
**Category:** Ask for Help
**Tags:** actions
**Created:** [February 19, 2025, 1:02pm UTC](https://community.glideapps.com/t/how-to-set-permissions-that-users-in-my-app-can-t-add-events/80169 "2025-02-19T13:02:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sophie\_Granlof](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sophie_granlof/32/82337_2.png) [@Sophie\_Granlof](https://community.glideapps.com/u/Sophie_Granlof)
#### Post date: [February 19, 2025, 1:02pm UTC](https://community.glideapps.com/t/how-to-set-permissions-that-users-in-my-app-can-t-add-events/80169/1 "2025-02-19T13:02:01Z")

</div>

Hi!

I have made a karaokeapp to a friend who can add and delete events. She wants to have full control over the administration and have invited friends to see it. One pf them can add their own events and she doesn´t want it.

So my question is how do I set permissions so she can have full control to administrate and her friend can´t add events?

I´m new to glide 🙂

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 19, 2025, 1:44pm UTC](https://community.glideapps.com/t/how-to-set-permissions-that-users-in-my-app-can-t-add-events/80169/2 "2025-02-19T13:44:46Z")

</div>

> **[Conditions, Filtering, and Visibility | Glide Docs](https://www.glideapps.com/docs/use-cases/conditions-filtering-and-visibility#conditional-add-edit-and-delete)**
>
> Limit the content displayed in your apps.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [February 19, 2025, 2:49pm UTC](https://community.glideapps.com/t/how-to-set-permissions-that-users-in-my-app-can-t-add-events/80169/3 "2025-02-19T14:49:24Z")

</div>

Here something you should read before trying to manage multiple permissions inside a single Glide application:

> [@Security tip: Managing role-based permissions in Glide apps](https://community.glideapps.com/t/security-tip-managing-role-based-permissions-in-glide-apps/77854):
>
> If you’re using Glide apps and need secure control over user permissions, be aware that Glide’s visibility conditions (like showing or hiding buttons for certain roles) are not a security feature. While these conditions are helpful for managing the app’s appearance, they do not protect actions at the backend level. Key Points to Protect Your Data Row Owners for Data Protection: Enabling “Row Owners” is effective for securing individual records (for viewing, editing, and deleting), but it does…
