| Class | Vpim::Icalendar::Vevent |
| In: |
lib/vpim/vevent.rb
|
| Parent: | Object |
Create a new Vevent object. All events must have a DTSTART field, specify it as either a Time or a Date in start, it defaults to "now"
If specified, fields must be either an array of Field objects to add, or a Hash of String names to values that will be used to build Field objects. The latter is a convenient short-cut allowing the Field objects to be created for you when called like:
Vevent.create(Date.today, 'SUMMARY' => "today's event")
The end time for this Event. If the DTEND field is not present, but the DURATION field is, the end will be calculated from DTSTART and DURATION.
In iTIP, whether this event is OPAQUE or TRANSPARENT to scheduling. If transparency is not explicitly set, it defaults to OPAQUE.