Skip to content

More than one EXDATE #57

Closed
Closed
@mykhailo-riabokon

Description

@mykhailo-riabokon

Hello,

Firstly, thank you for this package, it's really helpful. Could you help me and explain, is it possible to receive information about excluded events? For example, I added into my Google calendar series of events which repeated every week. And in case if delete more than one event from series, I will not get this information in response, only last excluded will be shown.

Actual result

"exdate": {
    "params": [
        "VALUE=DATE"
    ],
    "val": "20160421"
},

But I expected something like this

"exdate": [
  {
      "params": [
          "VALUE=DATE"
      ],
      "val": "20160526"
  },
  {
      "params": [
          "VALUE=DATE"
      ],
      "val": "20160512"
  },
  {
      "params": [
          "VALUE=DATE"
      ],
      "val": "20160421"
  }
],

So, is it an issue? Or Am I doing something wrong?

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions