Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ICal library provides functions related to the iCalendar specification. 

Info
titleEngine Compatibility

This library has not yet been ported to the New Pico Engine


Functions

ical:from_array(<entry array>, <meta map>)

...

Each map in the entry array can have the following properties

namedescriptionrequiredrepeatable
dtstartStart time of eventyes
 

dtendEnd time of eventunless duration used
 

durationTime event lastsunless dtend used
 

summary

Short summary of event
  


descriptionLong description
  


organizerName of organizer
 
 


locationLocation of event
 
 


geoLatlong coordinates of event
  


urlURL associated with event
 
 


uidUniversal identifieryes
 

commentComment or not
 

yes
attendeePeople attending event (see spec)
 

yes

This list is not exhaustive. Other valid properties of iCalendar events are also supported according to the specification

...

The meta map is optional and contains two mappings:

namedescription
nameName of the calendar
descDescription of calendar

...