> 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/job/_setmeetingtime.md).

# \_setMeetingTime

Sets the time and data for a Job.

## Parameters

### id

The Job ID.

### value

Value to set

#### Example

```
FM_api('Job_setMeetingTime', ['id'=>'48','value'=>'2017-08-17 16:34:00']);
```

#### On Success

```
{'ok':1}
```

#### On Error (Same Value)

```
{'ok':1,'warning':'value already set'}
```
