Skip to content

Use delta query to track changes #205

@harrismcgehee

Description

@harrismcgehee

Would it be possible to add a delta query option to the "getters" in this package?
It'd be nice to be able to easily operate on the new items since the previous run of code.

https://learn.microsoft.com/en-us/graph/delta-query-overview#use-delta-query-to-track-changes-in-a-resource-collection

I could imagine:

site <- Microsoft365R::get_sharepoint_site()
site$get_list(list_id, delta=TRUE)

or

site <- Microsoft365R::get_sharepoint_site()
site$get_delta_list(list_id, delta=odatadeltaLink)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions