webcalendar
webcalendar copied to clipboard
sending all users an email on new entry OR adding all users as participants to every event?
Hello, I run a web calendar install where I would like all users of the calendar to receive an email any time ANY user adds an event. Is this possible in any way? If the only solution for this is to make ALL users participants on EVERY event, is there a way I can make all users participants in every event by default? Thank you
There's no way to do this with the current code.
If someone wants to add it.... I'm thinking we could add a new setting at the bottom of the "Email" tab in "System Settings" for "All events (including those where I am not a participant)". And then some code would need to be added in edit_entry_handler.php to email all users instead of just participants.
Thank you for the reply. In the old version I had a little hack going where I was selecting all the users to make the participants and therefore get an email, but in the new version the select-all hack doesn't work since they have to then be moved into the other window... so if you could add some kind of feature like that (email all) in the next version that would be much appreciated. Thank you