Fix and removed problematic ics property
ORGANIZER property in invite.ics resulted in automatic reply to mailing list location variable type
This commit is contained in:
parent
5ad9de1c6d
commit
623c73254e
2 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@ DESCRIPTION:Wir treffen uns um 20 Uhr im virtuellen Raum unter:
|
||||||
die Vorlage mit Anleitung findet Ihr hier:
|
die Vorlage mit Anleitung findet Ihr hier:
|
||||||
\n\nhttps://vereinte.verwirrung.institute/p/ksplenum-template
|
\n\nhttps://vereinte.verwirrung.institute/p/ksplenum-template
|
||||||
LOCATION:#LOCATION#
|
LOCATION:#LOCATION#
|
||||||
ORGANIZER;CN=KrautSpace Jena;
|
|
||||||
SENT-BY="MAILTO:#FROM#"
|
|
||||||
:mailto:#REPLY_TO#
|
|
||||||
SEQUENCE:0
|
SEQUENCE:0
|
||||||
STATUS:CONFIRMED
|
STATUS:CONFIRMED
|
||||||
CLASS:PUBLIC
|
CLASS:PUBLIC
|
||||||
|
|
|
@ -6,7 +6,7 @@ from="office@krautspace.de"
|
||||||
to=("hackspace-jena@lstsrv.org" "krautspace-announce@lstsrv.org")
|
to=("hackspace-jena@lstsrv.org" "krautspace-announce@lstsrv.org")
|
||||||
replyto="hackspace-jena@lstsrv.org"
|
replyto="hackspace-jena@lstsrv.org"
|
||||||
subject="Einladung zum Plenum"
|
subject="Einladung zum Plenum"
|
||||||
location_url="https://blue.kabi.tk/b/hac-nuf-fp4"
|
location="https://blue.kabi.tk/b/hac-nuf-fp4"
|
||||||
body_file=email_text # Use PROSEDATE for dd.mm.YYYY and URLDATE for YYYmmdd
|
body_file=email_text # Use PROSEDATE for dd.mm.YYYY and URLDATE for YYYmmdd
|
||||||
|
|
||||||
## Find next Thursday
|
## Find next Thursday
|
||||||
|
|
Loading…
Reference in a new issue