From regebro at gmail.com Mon Oct 3 15:46:10 2011 From: regebro at gmail.com (Lennart Regebro) Date: Mon, 3 Oct 2011 15:46:10 +0200 Subject: [icalendar-dev] calendar test data Message-ID: Hi all! I'm looking to collect real world calendar data for performance testing. As much as possible. I will anonymize it (only start/end and recurrence will be left), and merge it into one giant ics file, which will be open sourced and available for others to do their performance testing as well. If you have any sort of calendar that can export to ics, where you have a hundred events or more, please send it to me. If you want to anonymize it yourself before sending to me, then the script to do so is available at: http://svn.plone.org/svn/collective/plone.app.eventindex/trunk/anonical.py It should be compatible with Python 2.4 and up so it should be easy to run. The more data the better. I would not mind having millions of events, and I would like many different sources. Take your customers data too! :-) //Lennart From Georger at cozi.com Wed Oct 5 22:41:17 2011 From: Georger at cozi.com (George Reilly) Date: Wed, 5 Oct 2011 20:41:17 +0000 Subject: [icalendar-dev] calendar test data In-Reply-To: Message-ID: That script strips out RECURRENCE-IDs, EXDATEs, and UIDs. That seems like overkill. And it was a pain to get right in our iCalendar imports and exports. I'll pull together an anonymized dump of our calendars. We have many thousands of them. It'll likely be a few days before I can get to it. -- /George V. Reilly ? Cozi ? Software Development Lead ? m: 206 730-8474 GeorgeR at cozi.com ? www.cozi.com ? blogs.cozi.com/tech I?m a Guinness World Record Holder! See the duckumentary On 10/3/11 6:46 AM, "Lennart Regebro" wrote: >Hi all! > >I'm looking to collect real world calendar data for performance >testing. As much as possible. I will anonymize it (only start/end and >recurrence will be left), and merge it into one giant ics file, which >will be open sourced and available for others to do their performance >testing as well. If you have any sort of calendar that can export to >ics, where you have a hundred events or more, please send it to me. > >If you want to anonymize it yourself before sending to me, then the >script to do so is available at: > > >http://svn.plone.org/svn/collective/plone.app.eventindex/trunk/anonical.py > >It should be compatible with Python 2.4 and up so it should be easy to >run. > >The more data the better. I would not mind having millions of events, >and I would like many different sources. Take your customers data too! >:-) > >//Lennart >_______________________________________________ >icalendar-dev mailing list >icalendar-dev at codespeak.net >http://codespeak.net/mailman/listinfo/icalendar-dev From regebro at gmail.com Wed Oct 5 23:09:24 2011 From: regebro at gmail.com (Lennart Regebro) Date: Wed, 5 Oct 2011 23:09:24 +0200 Subject: [icalendar-dev] calendar test data In-Reply-To: References: Message-ID: On Wed, Oct 5, 2011 at 22:41, George Reilly wrote: > That script strips out RECURRENCE-IDs, EXDATEs, and UIDs. That seems like > overkill. UID's are not overkill, they contain way to much information sometimes. I just kept what was interesting to me: Start/end/recurrance. That's all I need. //Lennart