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

Support ability to parse METHOD #126

Closed
Nefro9 opened this issue Apr 18, 2017 · 3 comments
Closed

Support ability to parse METHOD #126

Nefro9 opened this issue Apr 18, 2017 · 3 comments

Comments

@Nefro9
Copy link

Nefro9 commented Apr 18, 2017

Hello, is it possible to parse METHOD?

I want to delete a calendar event then get .ics with METHOD:CANCEL

@u01jmg3 u01jmg3 self-assigned this Apr 18, 2017
@u01jmg3
Copy link
Owner

u01jmg3 commented Apr 18, 2017

Please provide an example iCal event

@Nefro9
Copy link
Author

Nefro9 commented Apr 18, 2017

After delete event, I get this ICS (thunderbird)

demo.zip

@u01jmg3
Copy link
Owner

u01jmg3 commented Apr 19, 2017

  • Once I have made a change to the parser you will be able to access it via:

    $ical = new ICal('ICal.ics');
    var_dump($ical->cal['VCALENDAR']['METHOD']);

@u01jmg3 u01jmg3 added this to the v2.x.x milestone Apr 19, 2017
@u01jmg3 u01jmg3 removed their assignment Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants