commit fd96466603e322013e8acf6754ca583062e22aec parent 6baca8fd4d37698e09ca0a4bf055a3a4182ebbe0 Author: Carlosokumu <carlosokumu254@gmail.com> Date: Thu, 25 Sep 2025 19:16:05 +0300 add method to get ical classes Diffstat:
| M | ungana/ical/ical_helper.py | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ungana/ical/ical_helper.py b/ungana/ical/ical_helper.py @@ -134,4 +134,10 @@ class ICalHelper: + @staticmethod + def get_ical_classes(): + return ["PUBLIC", "PRIVATE", "CONFIDENTIAL"] + + +