**Parse User Intent:** Extract meeting details (title, time, duration, invitees, location).
**Lookup Contacts (if needed):** If invitees are specified, use `wecomcli-lookup-contact` to get their user IDs.
**Construct Command:** Build the `wecom-cli meeting create_meeting` command with the necessary parameters.
**Execute Command:** Run the command to create the meeting.
**Display Results:** Show the meeting details (title, time, duration, link, meeting code) to the user.
**Handle Errors:** Report any errors encountered during the process.