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

FreeBusy Event Error #134

Closed
ghost opened this issue Apr 26, 2017 · 1 comment
Closed

FreeBusy Event Error #134

ghost opened this issue Apr 26, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 26, 2017

Description of the Issue:

I'm currently trying to parse an ifb(FreeBusy) file using your librairy, without success.
Indeed, i'm working with a local ifb file named 'filefb2.ifb', which contains 4 events (that you can see below);
When I code this:

$ical = new ICal('filefb2.ifb');
$array= $ical->freeBusyEvents();
print_r($array);

The result is contains only: [FREEBUSY] => 20170716T131500Z/20170516T100500Z,
which is the last free busy event of my file. but the first ones disappeared.

My IFB file:

BEGIN:VCALENDAR
PRODID:Zimbra-Calendar-Provider
VERSION:2.0
METHOD:PUBLISH
BEGIN:VFREEBUSY
ORGANIZER:mailto:aprovost@insa-rennes.fr
DTSTAMP:20170316T204607Z
DTSTART:20170213T204607Z
DTEND:20180517T204607Z
URL:http://zstore2.insa-rennes.fr:8080/service/home/aprovost@insa-rennes.fr?fmt=ifb
FREEBUSY;FBTYPE=BUSY:20170623T070000Z/20170223T110000Z
FREEBUSY;FBTYPE=BUSY:20170624T131500Z/20170316T151500Z
FREEBUSY;FBTYPE=BUSY:20170715T131500Z/20170416T150000Z
FREEBUSY;FBTYPE=BUSY:20170716T131500Z/20170516T100500Z
END:VFREEBUSY
END:VCALENDAR
@u01jmg3 u01jmg3 self-assigned this Apr 26, 2017
@u01jmg3 u01jmg3 added this to the v2.x.x milestone Apr 29, 2017
@u01jmg3 u01jmg3 removed their assignment Apr 30, 2017
@u01jmg3
Copy link
Owner

u01jmg3 commented Apr 30, 2017

Let me know if you have any more issues

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

1 participant