I have spent hours trying to find a way to obtain the values of various fields within a fieldset, but, I have not found anywhere the explanation, to understand it, apply it and then teach others who have encountered the same situation. Could you help me, I'm working with Drupal 9
I am using Full Calendar to schedule events for specific User roles (users are applied with different roles). Is there a way to send notification to the users once an event has been scheduled and reminder about the event??
Scheduler module is something I looked at and it talks more about publishing contents based on timers. Not emails (I may be missing something). Any other module available to help send email to group of users as reminders or notifications? Thanks!
I have different User roles created and have assigned users and permissions under the roles. Now I would like to create a Taxonomy term that hold the User groups. Once I create taxonomy term, I want to link it with a content type that creates events for selected user groups using Full Calendar module. So is it possible to create a taxonomy term that consist of user roles?
Example: User roles: Group1 (has 2 users and set of permissions), Group2(has 3 users with different permissions)
My module needs to read and write files in the public:// and private:// folders. In the installation procedure I create the folders and files that do not exist, using the functions \Drupal::service('file_system')->prepareDirectory() and copy ().