Search the Community
Showing results for tags 'ical'.
-
Version 0.6.0.0
1,577 downloads
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 foun... -
For my iCal UDF I need to translate rfc 2445 duration format to an array holding the possible values (week, day, hour, minute, second): Has anyone already written some code to to this? "P15DT5H0M20S" should be translated to [0, 15, 5, 0, 20] ; week, day, hour, minute, second Some RegE...