vobject icon indicating copy to clipboard operation
vobject copied to clipboard

:date: The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects

Results 113 vobject issues
Sort by recently updated
recently updated
newest added

Am I missing something or is there not support for having the calendar generation include VTIMEZONE entries for DST and Standard transitions? I found [this](https://gist.github.com/thomascube/47ff7d530244c669825736b10877a200), but I wouldn't do it...

I want to send Non-Standard Properties with JSON string values to a browser-based client as part of a JSON-serialized VEVENT object (i.e. a Non-Standard prop with a JSON value nested...

from http://sabre.io/vobject/recurrence/ > The first will have its RRULE stripped, and every subsequent VEVENT has the correct meeting date and a RECURRENCE-ID set. The problem is that when you change...

When serializing FreeBusy Period objects to JSON, UTC Z is stripped from date. Json dates are in local time instead of UTC (if I've got the Iso8601 correctly) Shouldn't Json...

bug

Hello, great library! One minor issue is that the vCard validation generates a warning entry if the there is more than 1 FN property in the vCard. According to everything...

bug

I am receiving the following parsing error: `Invalid Mimedir file. Line starting at XXXX did not follow iCalendar/vCard conventions` via the format from an iCloud feed (`webcal://p50-calendars.icloud.com/published/2/...`) **_values changed to...

Google Calendar generate this kind of data when the end-user create repeating events and then edit them in a specific, unknown way. The new interpretation to consider that the event...

When converting the folloving 3.0 vCard: ``` BEGIN:VCARD VERSION:3.0 N:Known;Someone;;; FN:Someone known REV:2017-10-24T20:15:07Z item2.X-ABDATE;type=pref:2007-10-23 ITEM2.X-ABLABEL:_$!!$_ END:VCARD ``` to a 4.0 vCard, the anniversary is converted to an anniversary, but the...

bug

## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4400471-attendees-updating-their-status-for-1-instance-of-a-recurring-event-is-triggered-as-a-significant-change?utm_campaign=plugin&utm_content=tracker%2F455701&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F455701&utm_medium=issues&utm_source=github).

enhancement
version-3.x
component-itip

When generating a vCard 4.0 with a PHOTO-Tag, the comma after `data:image/png;base64` is escaped. I use the following php-code ```php // current version: "sabre/vobject": "4.1.2" $vcard = new \Sabre\VObject\Component\VCard(); $vcard->add('PHOTO',...