Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Event-Date to Notification-Mails #205

Open
FriedhelmW opened this issue Aug 8, 2024 · 5 comments
Open

Add Event-Date to Notification-Mails #205

FriedhelmW opened this issue Aug 8, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@FriedhelmW
Copy link

FriedhelmW commented Aug 8, 2024

Add Start and End Date of the Event to the Mail-Notfications, to clarify which Event the Mail is about in case of multiple similare Events.

Notification-Templates to add Date (Headoffice):

  • 6 | participation_create
  • 7 | participation_confirm
  • 8 | participation_reject
  • 11 | event_state
  • 12 | event_cancel
  • 13 | event_update
  • 14 | event_asp
@FriedhelmW FriedhelmW added enhancement New feature or request community Tasks that can be done by the community labels Aug 8, 2024
@FriedhelmW
Copy link
Author

@TobiKaestle, der Wunsch kam über Mattermost rein. Wenn du dazu kommst gerne einmal kurz schreiben, wo man das im einbaut und zu ToDo schieben, wenn das von der Community gemacht werden kann.

@ebroda
Copy link
Member

ebroda commented Aug 9, 2024

@TobiKaestle
Copy link
Contributor

TobiKaestle commented Aug 13, 2024

Ich glaub man kann das einfach in das Mailtemplate reinnehmen. Das müsste dann so sein:

{{.Content.Fields.Event.start_at.Format "02 Jan 2006 15:04:05"}} bzw
{{.Content.Fields.Event.end_at.Format "02 Jan 2006 15:04:05"}}

Ob das so funktioniert und die genaue Bezeichnung müsste aber mal getestet werden

@FriedhelmW
Copy link
Author

Hab es gerade einmal auf dev getestet und es klappt leider nicht. Es kommen keine Mails mehr an, wenn ich das einfüge.

Es müsste aber am .Format liegen. Wenn das Format weglasse Funktioniert es, dass ich in der Mail das Datum als Unix bekomme.

@FriedhelmW FriedhelmW removed the community Tasks that can be done by the community label Aug 14, 2024
@TobiKaestle
Copy link
Contributor

Es muss folgende Lib installiert werden und anschließend die templates angepasst werden

https://canarychecker.io/scripting/gotemplate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants