Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child events of a cancelled master event shouldnt be returned #433

Open
carolinelane10 opened this issue Jan 31, 2017 · 0 comments
Open

Comments

@carolinelane10
Copy link

carolinelane10 commented Jan 31, 2017

In Google calendar, I created a recurring event, cancelled a few instances of the event, and then cancelled the entire event. When I request events that were not cancelled using the API: GET https://api.nylas.com/events, I do not get the cancelled master event, but I still get all the child events representing the cancelled instances:

{
        "account_id": "...",
        "busy": true,
        "calendar_id": "...",
        "description": null,
        "id": "...",
        "location": null,
        "master_event_id": "...",
        "message_id": null,
        "object": "event",
        "original_start_time": 1488223800,
        "owner": "me <[email protected]>",
        "participants": [],
        "read_only": false,
        "status": "cancelled",
        "title": "recurring event 22",
        "when": {
            "end_time": 1488227400,
            "object": "timespan",
            "start_time": 1488223800
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant