About This File
Built on top of the OutlookEX UDF it offers some often needed extended functionality (import/export ics/vcf/csv files etc.) (former name: iCal UDF).
Note: This is a beta version - script breaking changes may occur at any time!
Prerequisite: OutlookEX UDF.
Details about all functions can be found in the Wiki.
ICS (iCalendar) import - Import iCal events from an ICS file to an Outlook calendar
VCF (vCard) import - Import vCard contacts to an Outlook contacts folder
CSV import - Import data from a CSV file and create Outlook items in a specified folder
Export - Export Outlook items (contacts, appointments) in VCF, ICS, CSV or Excel format
Links:
https://tools.ietf.org/html/rfc5545 (ICS - iCalendar)
https://tools.ietf.org/html/rfc6350 (VCF - vCard)
Threads:
General Help & Support
Known Bugs: (last changed: 2019-01-22)
-
None
Things to come: (last changed: 2022-01-25)
- Support for EML mails (email contents as plain text in MIME format) will be added
BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort ![]()
Edited by water
What's New in Version 0.6.0.0
Released
CHANGED FUNCTIONS
-
_OLT_Export: ExportType CSV and Excel added.
Two new parameters ($sProperties, $bHeader) have been inserted before $sCallback. SCRIPT BREAKING CHANGE!
DOCUMENTATION
- Enhancements all over the place