I trying to do CRUD on the Calendar information but I’m not sure how to access this information.
When I try {{suitecrm.url}}/V8/module/Calendar in postman
I get => “detail”: “Module Calendar does not exist”
Does anyone have any suggestions how to located the data?
Well thanks to this : ```
mysql [DATABASE] --silent -N -e “show tables;”|while read table; do mysql [DATABASE] --silent -N -e “select * from ${table};”|while read line;do if [[ “${line}” == “[CHECKSTRING]” ]]; then echo “${table}***${line}”;fi;done;done
I located it in the Meetings module