You are here

protected property ParserVcalendar::$multi_entry_properties in Date iCal 7.3

This is the list of iCal properties which are allowed to have more than one entry in a single VEVENT. If we ever support parsing more than just the first one, this listing will be useful.

File

libraries/ParserVcalendar.inc, line 41
Defines a class that parses iCalcreator vcalendar objects into Feeds-compatible data arrays.

Class

ParserVcalendar
@file Defines a class that parses iCalcreator vcalendar objects into Feeds-compatible data arrays.

Code

protected $multi_entry_properties = array(
  'ATTACH',
  'ATTENDEE',
  'CATEGORIES',
  'COMMENT',
  'CONTACT',
  'DESCRIPTION',
  'EXDATE',
  'EXRULE',
  'FREEBUSY',
  'RDATE',
  'RELATED-TO',
  'RESOURCES',
  'RRULE',
  'REQUEST-STATUS',
  'TZNAME',
  'X-PROP',
);