> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/jobs/_setmeetingdate.md).

# \_setMeetingDate

Sets the meeting date of one or more Jobs.

### Parameters

#### ids

An array of Job IDs you wish to modify.

### Example

```
FM_api('Jobs_setMeetingDate',[
    'ids'=>["592001","592002"],
    'date'=>'2024-08-15'
    ]
);
```

### Results

#### On Success

```
{"ok":"1"}
```

#### On Failure

If the "ids" parameter is not set:

```
{"error":"missing or invalid parameter: ids"}
```
