added URL to ical

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-03 19:53:20 +01:00
parent bb54e6fb24
commit e45164b82c
4 changed files with 14 additions and 10 deletions
@@ -36,6 +36,7 @@ public class Util {
public static final String PRODID = "PRODID";
public static final String SUMMARY = "SUMMARY";
public static final String UID = "UID";
public static final String URL = "URL";
public static final String VERSION = "VERSION";
public static final String VEVENT = "VEVENT";
public static final String VCALENDAR = "VCALENDAR";