From cf68149a29b784aaae4b136893e9db3571271946 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Str=C3=B6nisch?=
 <sebastian.stroenisch@tu-dresden.de>
Date: Thu, 20 Jan 2022 07:57:51 +0100
Subject: [PATCH] ws_send_ical in workspaces.md

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index cad27c4df..35f18e935 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -130,6 +130,14 @@ marie@login$ ws_extend -F scratch my-workspace 40
 
 it will now expire in 40 days **not** 130 days.
 
+### Send Reminder for Workspace Expiry Date
+
+Send a calendar invitation by Email to ensure that the expiration date of a workspace is not forgotten
+
+```console
+ws_send_ical -F scratch my-workspace -m marie.testuser@tu-dresden.de
+```
+
 ### Deletion of a Workspace
 
 To delete a workspace use the `ws_release` command. It is mandatory to specify the name of the
-- 
GitLab