Package davical\feed
AtomEntry | |
AtomFeed | |
AtomXHTMLContent | These two classes here sort of emulate the interface from the Zend Framework API with regard to ZendFeedWriteFeed for constructing an Atom feed. Except we do it in a DAViCal way, and we have some huge limitations: - We only support Atom feeds. - We only support creating them. |
caldav_get_feed | |
hyperlink | Function for creating anchor links out of plain text. Source: http://stackoverflow.com/questions/1960461/convert-plain-text-hyperlinks-into-html-hyperlinks-in-php |