Skip to content

{user-id}/calendar/calendarview/delta missing $skiptoken and $deltatoken #474

@dburkart

Description

@dburkart

Was using the go graph sdk today to implement incremental syncing (as described here: https://learn.microsoft.com/en-us/graph/delta-query-events). According to the Go snippets in the documentation, I should be able to set the Skiptoken and Deltatoken fields of the ItemCalendarViewDeltaRequestBuilderGetQueryParameters struct.

However, this struct does not define those fields in the latest Go sdk.

Looking at the openapi yaml in this repository, it appears both $skiptoken and $deltatoken are not defined for the "{user-id}/calendar/calendarview/delta" endpoint.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions