vobject
vobject copied to clipboard
:date: The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
The iCalendar format has an `EXDATE` property to store the exception to event recurrence. According to [RFC5545, 3.8.5.1](https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.5.1), this property can have either a `DATE` or a `DATE-TIME` as its...
Hello, I'm fairly new to this library I get contact vcards from google accounts the date format given is YYYY-MM-DD then when I want to export the vcard in vcard...
Please have a look at the following issues: - https://github.com/nextcloud/contacts/issues/1107 - https://github.com/monicahq/monica/issues/4704 Both projects use VObject for generating VCards. The bug can be seen on iOS devices where phone numbers...
Fixes #464
Here's a fragment of an iTip I received: ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-Microsoft CorporationOutlook for Mac MIMEDIR//EN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Beijing, Chongqing, Hong Kong, Urumqi X-ENTOURAGE-CFTIMEZONE:Asia/Hong_Kong X-ENTOURAGE-TZID:39 ``` I see `Beijing, Chongqing,...
This is far from complete, but will eventually add VTODO scheduling to vobject. This will allow sabre/dav users to assign tasks to users and receive notifications of their progress.
One of our customer export ICS from "Microsoft Corporation//Outlook 14.0 MIMEDIR//EN" Configured TZID is empty.. ``` BEGIN:VTIMEZONE TZID: BEGIN:STANDARD ``` This commit allow a fallback to the default timezone value...
There was no other way to make this happen than to make a custom PHPStan extension.
I have this vCard, generated by [ez-vcard](https://github.com/Maxim-Mazurok/ez-vcard) and it has no trailing semicolons for the `N` field: ``` BEGIN:VCARD VERSION:2.1 N:Mazurok;Maxim END:VCARD ``` But when I try to validate it...
It'd be nice if an ALTDESCRIPTION 'tag' could be parsed/read for VCALENDAR/VEVENT. "X-ALT-DESC;FMTTYPE=text/html:" Granted, it's an extension, but mentioned here: https://en.wikipedia.org/wiki/ICalendar ("X-ALT-DESC - Used to include HTML markup in an...