Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A099910085 for ; Thu, 25 Apr 2013 15:39:57 +0000 (UTC) Received: (qmail 87125 invoked by uid 500); 25 Apr 2013 15:39:57 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 87078 invoked by uid 500); 25 Apr 2013 15:39:57 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 87064 invoked by uid 99); 25 Apr 2013 15:39:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 15:39:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hzbarcea@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-ye0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 15:39:52 +0000 Received: by mail-ye0-f170.google.com with SMTP id r9so444120yen.29 for ; Thu, 25 Apr 2013 08:39:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=X78lfqP8d0z/scwbrTz9qy2S0kBz40wtZdrCHlNoxKE=; b=0MLOJoLgQzLp02+HyRr94x2yMCeecJDJb+KLbkHI7mi9qcj6020JLHmnKi4o/AOi8V EGiX1Q5pYqWSlcgEMSmf3eJGWsZt+63RaCpNwOuBUdz25BzrR71pUYFZtY8arRpARIqx nZVSvlgzHz+t7ajniOaHWAU+4uLX7LaoAqwWp3m1LpiuX/LSYETBiOiRHnUP9c2zvaFG 2fVCNeQKDzfIfNNJgZzHIw+7F79M+mjIVfP/WcrY5NokpvofWGfoO/emfplYObgZU7Qz LAXK89afHmSlx4JFFbKL8LiW12P4CnHxPMf0XjNwO6PW0Li61W8rfvTFMEoJEmCQQpdE RXCA== X-Received: by 10.236.28.163 with SMTP id g23mr25674260yha.106.1366904371352; Thu, 25 Apr 2013 08:39:31 -0700 (PDT) Received: from [10.40.58.202] (cpe-107-015-170-016.nc.res.rr.com. [107.15.170.16]) by mx.google.com with ESMTPSA id n6sm10363757yhn.0.2013.04.25.08.39.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Apr 2013 08:39:30 -0700 (PDT) Message-ID: <51794E31.8070907@gmail.com> Date: Thu, 25 Apr 2013 11:39:29 -0400 From: Hadrian Zbarcea User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: dev@camel.apache.org Subject: Re: Camel ical data format References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Interesting contribution. I will take a look later today. I did some work with ics data in the past. Cheers, Hadrian On 04/24/2013 04:39 PM, Ɓukasz Dywicki wrote: > Hey all, > I would like to ask if camel project is interested in picking up another component to source repository. The component I am talking about is created by me and allows use ical data structures. You may find camel-ical sources at github. [1] > > It's tiny since all work is done in ical4j library (ASL compatible). Hopefuly it's gonna be more osgi friendly [2] soon. > > [1] https://github.com/splatch/camel-ical > [2] https://issues.apache.org/jira/browse/SMX4-1449 > > Cheers, > Lukasz >