Skip to content

Commit b9e72d2

Browse files
chore: remove notes
1 parent 13f6789 commit b9e72d2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

fern/tools/go-high-level.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,23 +131,15 @@ This tool uses the following fields to check for open appointment slots:
131131
- `endDateTime`: The end of the time range to check for availability (epoch time in milliseconds).
132132
- `timezone`: The timezone for the availability check (e.g., "America/New_York").
133133

134-
<Info>
135-
For the GoHighLevel Check Availability Tool, `startDateTime` and `endDateTime` must be provided in epoch time (milliseconds).
136-
</Info>
137-
138134
### GoHighLevel Create Event Tool
139135

140136
This tool uses the following fields to book an appointment:
141137

142138
- `calendarId`: The ID of the GoHighLevel calendar in which to create the event.
143139
- `contactId`: The ID of the GoHighLevel contact to associate with the event.
144140
- `title`: The title or summary for the calendar event.
145-
- `startDateTime`: The start date and time for the event.
146-
- `endDateTime`: The end date and time for the event.
147-
148-
<Info>
149-
For the GoHighLevel Create Event Tool, `startDateTime` and `endDateTime` fields should be provided in ISO 8601 format (e.g., `2024-07-31T14:30:00-04:00` or `2024-08-01T10:00:00Z`).
150-
</Info>
141+
- `startDateTime`: The start date and time for the event in ISO 8601 format.
142+
- `endDateTime`: The end date and time for the event in ISO 8601 format.
151143

152144
## Example Usage
153145

0 commit comments

Comments
 (0)