Updates an existing calendar note. Only the author can mark a note as private.
This is a PUT request, all fields must be included in the request body.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The calendar note ID
100If group_id is provided, the note will be visible only within that group. If it is null, the note is visible across all groups.
5001 Red
2 Green
3 Blue
4 Yellow
5 Orange
6 Pink
7 Purple
8 Sky
9 Gray
1, 2, 3, 4, 5, 6, 7, 8, 9 Note will be visible only to you.
Note will be also visible to clients.
CalendarNoteData
The ID of the user who created the calendar note
If group_id is provided, the note is visible only within that group. If it is null, the note is visible across all groups
1 Red
2 Green
3 Blue
4 Yellow
5 Orange
6 Pink
7 Purple
8 Sky
9 Gray
1, 2, 3, 4, 5, 6, 7, 8, 9 If true, the note is also visible to clients
If true, the note is visible only to the author