# Is het mogelijk om een categorie te blokkeren van Aankomende Evenementen?

**URL:** https://meta.discourse.org/t/is-it-possible-to-block-a-category-from-upcoming-events/270687
**Category:** Support
**Tags:** events
**Created:** [5 juli 2023 om 19:06 UTC](https://meta.discourse.org/t/is-it-possible-to-block-a-category-from-upcoming-events/270687 "2023-07-05T19:06:25Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)
#### Post date: [7 juli 2023 om 20:48 UTC](https://meta.discourse.org/t/is-it-possible-to-block-a-category-from-upcoming-events/270687/5 "2023-07-07T20:48:15Z")

</div>

Hi Jennifer. 👋

Two ideas come to mind, but I don’t know the specifics of the template you are using, so you’ll probably want to experiment with them.

## Use a template in a PM

The relevant settings would be:

> [@Discourse Templates](https://meta.discourse.org/t/discourse-templates/229250/1):
>
> - `discourse templates enable private templates`: Enables the use of private templates.
> - `discourse templates groups allowed private templates`: Groups of users allowed to use private templates.
> 
> > ⚠ Staff members are always allowed.
> 
> - `discourse templates private templates tags`: Tags that will be used to mark private messages as templates.

That single event template would appear on the calendar for you and anyone else on the PM, but would not show for anyone else.

## Use Reply Template component

I wonder if you could use [Reply Template](https://meta.discourse.org/t/reply-template/162373) to produce a reusable template. Here’s an example, with a live demo just after:

```plaintext
[wrap=template key="event-template" action="create" title="New Event"]
## Event Details

[event start="2023-07-07 10:00" end="2023-07-07 14:00" status="public"]
[/event]

## Description

...

[/wrap]

```

## Event Details

## Description

…

You could put that in a PM or staff only category and use it to create new topics quickly.

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-block-a-category-from-upcoming-events/270687)._
