Reminder functionality for tasks module

Hello all i am working on tasks module and wondering why there is no add reminder functionality available as it is in call and meetings module.

Can i add this functionality through code. any kind of help would be much appreciated.

Thanks

Hey,
have a look here:

1 Like

Hi diligent thank you for your reply. actually we want exact functionality as it is in call or meetings because we also want to select the invitees and send them mails, etc.

Can you please help in this regard?

@adeel_sohail
You can repeat the code of reminding in module Tasks based on modules Calls or Meetings. It’s manual work only.

Thank you for your reply. So is it possible by duplicating the code. Can you please tell me which files should be in focus while doing this?

Thank you in advance.

@adeel_sohail
I get this list:

  • Meetings/Meeting.php
  • Meetings/MeetingFormBase.php
  • Meetings/field_arrays.php
  • Meetings/language/en_us.lang.php
  • Meetings/metadata/detailviewdefs.php
  • Meetings/metadata/editviewdefs.php
  • Meetings/metadata/quickcreatedefs.php
  • Meetings/tpls/footer.tpl
  • Meetings/tpls/reminders.tpl
  • Meetings/vardefs.php
  • Meetings/views/view.edit.php
    and
  • Reminders/Reminder.php

let me try .

Thank you

i have tried this but still alerts are not showing neither it is sending any email yet.