I want to store meeting doctype values in schedule doctype when click on save button in meeting doctype

the value of schedule doctype is same as meeting doctypes.
How Can i do this

You can achieve this using hooks.
https://frappe.io/docs/user/en/guides/basics/hooks

0k i am checking,thanks