Org API
Table of Contents
Org-ICalendar API functions (org-icalendar.el)
org-icalendar-cleanup-string s &optional is-body maxlength
Take out stuff and quote what needs to be quoted.
When is-body is non-nil, assume that this is the body of an item, clean up
whitespace, newlines, drawers, and timestamps, and cut it down to maxlength
characters.
org-icalendar-cleanup-string-rfc2455 s &optional is-body maxlength
Take out stuff and quote what needs to be quoted.
When is-body is non-nil, assume that this is the body of an item, clean up
whitespace, newlines, drawers, and timestamps, and cut it down to maxlength
characters.
This seems to be more like RFC 2455, but it causes problems, so it is
not used right now.