function reject_all_invite_event_tasks(form) {
    form.find('.task-box.invite_event .task-accept-radio').attr('checked', true)
    form.find('.task-box.invite_event .task-invite-event-decision-no').attr('checked', true)
  }