aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar/CalendarEventStatus.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Calendar/CalendarEventStatus.php')
-rw-r--r--lib/public/Calendar/CalendarEventStatus.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/public/Calendar/CalendarEventStatus.php b/lib/public/Calendar/CalendarEventStatus.php
index 5e070545758..fd735150578 100644
--- a/lib/public/Calendar/CalendarEventStatus.php
+++ b/lib/public/Calendar/CalendarEventStatus.php
@@ -7,11 +7,9 @@ declare(strict_types=1);
*/
namespace OCP\Calendar;
-/**
- * The status of a calendar event.
- *
- * @since 32.0.0
- */
+use OCP\AppFramework\Attribute\Listenable;
+
+#[Listenable(since: '32.0.0')]
enum CalendarEventStatus: string {
case TENTATIVE = 'TENTATIVE';
case CONFIRMED = 'CONFIRMED';