8th Apr, 2008, 1:36pm
Exchange to ICS
I found this post Ryan Hadley a few days ago, which I got working with a little bit of time, I noticed that Thunderbird was displaying all-days events oddly, so I checked the VEVENT info being generated & tweaked to work correctly with Thunderbird/Lightening. I also dropped in the URL of the event in OWA & fixed it for situations where there are public & private names for the OWA/Exchange instance, handy when you want to go and amend an entry etc.
3 Comments »
simonm on 09 Apr 2008 at 9:45am #
I also found this by Tyler Hall
ze blog of simon » Thunderbird Essentials - Revisted. on 30 Apr 2008 at 10:33am #
[...] Lightening Quickly check my published calendars (also see this: exchange to ics). [...]
chrisi1698 on 18 Jul 2008 at 12:56am #
GREAT! thank you very much for this script, it was a great help. just one question: why do i need this line: [code]AND "urn:schemas:calendar:dtstart" > '2007/06/01 00:00:00'[/code]? i want to fetch all calendar entries with some of their properties to put them into an SQL database… i figured the query seems to return no data at all if i leave this WHERE clause out. i also tried leaving out all WHERE clauses, same==no result. if i change the date to 2007/01/01, it still works, however when i try 2006, … no luck. strange enough, down to 2006/12/24 seems to work, though it randomly returns no data…
i’ll post that on the other blog (from which i came to yours), too. and of course, if i know why exchange exhibits this behaviour, i’ll post it, too…
thanks in advance!