microsoftgraph / microsoftgraph/msgraph-metadata

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

Open
#474 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area: Annotations metadata-issue-upstream ToTriage
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue points to the OpenAPI YAML definition for {user-id}/calendar/calendarview/delta; start by locating that endpoint and comparing its query parameters with the Microsoft Graph delta-query documentation. Verify the generated Go ItemCalendarViewDeltaRequestBuilderGetQueryParameters exposes both tokens, and confirm the metadata change produces the expected SDK fields.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.