[SIS-3] adding meetup implementation

This commit is contained in:
Sheldan
2022-06-19 19:56:49 +02:00
parent 853e1e4946
commit f6956958bb
89 changed files with 3387 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
Command used to schedule a meetup.
This creates a message which people can register (yes/no/maybe) themselves for a meetup.
People will receive a notification at certain time periods before the meetup.

View File

@@ -0,0 +1 @@
This command can be used to list all future meetups and get information about them.

View File

@@ -0,0 +1,3 @@
Time: ${time} ${timeRelative}
Link: [here](${link})
Meetup Topic: `${topic}`

View File

@@ -0,0 +1 @@
Meetup with topic ${topicText} at ${time} has been cancelled.

View File

@@ -0,0 +1,6 @@
Time: ${time} ${timeRelative}
<#if descriptionText?hasContent>Description: ${descriptionText}</#if>
Participants: ${participantsText}
Maybe: ${maybeParticipantsText}
Declined: ${declinedParticipantsText}