Skip to content

Commit

Permalink
Merge pull request #9486 from mitrasomit/patch-3
Browse files Browse the repository at this point in the history
Update event-delta.md
  • Loading branch information
Danielabom authored Dec 26, 2024
2 parents b17f75c + 2bae3fc commit 063c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/event-delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If successful, this method returns a `200 OK` response code and [event](../resou

Within a round of **delta** function calls bound by the date range of a **calendarView**, you may find a **delta** call returning two types of events under `@removed` with the reason `deleted`:
- Events that are within the date range and that have been deleted since the previous **delta** call.
- Events that are _outside_ the date range and that have been added, deleted, or updated since the the previous **delta** call.
- Events that are _outside_ the date range and that have been added, deleted, or updated since the previous **delta** call.

Filter the events under `@removed` for the date range that your scenario requires.

Expand Down

0 comments on commit 063c4d7

Please sign in to comment.