| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 2 | |
Anyone know of a portable C++ or Qt-friendly library that handles iCalender ? I found libical and I am having a tough time understanding it. I also found reference to the C++/Qt wrapper for libical in KDE, but I have not been able to find the source. -- [ signature omitted ]
On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote: > Anyone know of a portable C++ or Qt-friendly library that handles iCalender > ? To do what? > I also found reference to the C++/Qt wrapper for libical in KDE, but I have > not been able to find the source. kdepimlibs module has some code to handle events, and can talk to servers (through the akonadi infrastructure). http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html http://pim.kde.org/akonadi/ HTH Brad
Attachment:
Attachment:
signature.asc
Attachment:
Attachment:
signature.asc
Description: This is a digitally signed message part.
Message 3 in thread
As a start, I want to be able to read an .ics file and make sense of the contents.
-------------- Original message ----------------------
From: Brad Hards <bradh@xxxxxxxxxxxxx>
On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> Anyone know of a portable C++ or Qt-friendly library that handles iCalender
> ?
To do what?
> I also found reference to the C++/Qt wrapper for libical in KDE, but I have
> not been able to find the source.
kdepimlibs module has some code to handle events, and can talk to servers
(through the akonadi infrastructure).
http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
http://pim.kde.org/akonadi/
HTH
Brad
--- Begin Message ---
--- Begin Message ---
On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> Anyone know of a portable C++ or Qt-friendly library that handles iCalender
> ?
To do what?
> I also found reference to the C++/Qt wrapper for libical in KDE, but I have
> not been able to find the source.
kdepimlibs module has some code to handle events, and can talk to servers
(through the akonadi infrastructure).
http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
http://pim.kde.org/akonadi/
HTH
Brad
Description: This is a digitally signed message part.
--- End Message ---
Message 4 in thread
This doesn't answer your question, but If you just want to read data from an .ics file, you could easily write your own parser.
Here's an example file from http://en.wikipedia.org/wiki/ICalendar:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
DTSTART:19970714T170000Z
DTEND:19970715T035959Z
SUMMARY:Bastille Day Party
END:VEVENT
END:VCALENDAR
Sam Dutton
SAM DUTTON
SENIOR SITE DEVELOPER
200 GRAY'S INN ROAD
LONDON
WC1X 8XZ
UNITED KINGDOM
T +44 (0)20 7430 4496
F
E Sam.Dutton@xxxxxxxxx
WWW.ITN.CO.UK
P Please consider the environment. Do you really need to print this email?
-----Original Message-----
From: ygor@xxxxxxxxxxx [mailto:ygor@xxxxxxxxxxx]
Sent: Tuesday 15 January 2008 15:29
To: qt-interest@xxxxxxxxxxxxx
Cc: Brad Hards
Subject: Re: iCalender ?
As a start, I want to be able to read an .ics file and make sense of the contents.
-------------- Original message ----------------------
From: Brad Hards <bradh@xxxxxxxxxxxxx>
On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> Anyone know of a portable C++ or Qt-friendly library that handles
> iCalender ?
To do what?
> I also found reference to the C++/Qt wrapper for libical in KDE, but I
> have not been able to find the source.
kdepimlibs module has some code to handle events, and can talk to servers (through the akonadi infrastructure).
http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
http://pim.kde.org/akonadi/
HTH
Brad
Please Note:
Any views or opinions are solely those of the author and do not necessarily represent
those of Independent Television News Limited unless specifically stated.
This email and any files attached are confidential and intended solely for the use of the individual
or entity to which they are addressed.
If you have received this email in error, please notify postmaster@xxxxxxxxx
Please note that to ensure regulatory compliance and for the protection of our clients and business,
we may monitor and read messages sent to and from our systems.
Thank You.
--
[ signature omitted ]
Message 5 in thread
You are absolutely correct, Sam. I could write my own parser.
However, I am hoping someone else invented this particular wheel for me already.
:)
I have a possible lead. You want news when I get it ?
-------------- Original message ----------------------
From: "Dutton, Sam" <Sam.Dutton@xxxxxxxxx>
> This doesn't answer your question, but If you just want to read data from an
> .ics file, you could easily write your own parser.
>
> Here's an example file from http://en.wikipedia.org/wiki/ICalendar:
>
>
>
> BEGIN:VCALENDAR
> VERSION:2.0
> PRODID:-//hacksw/handcal//NONSGML v1.0//EN
> BEGIN:VEVENT
> DTSTART:19970714T170000Z
> DTEND:19970715T035959Z
> SUMMARY:Bastille Day Party
> END:VEVENT
> END:VCALENDAR
>
>
>
> Sam Dutton
>
>
>
>
>
>
>
>
>
>
> SAM DUTTON
> SENIOR SITE DEVELOPER
>
> 200 GRAY'S INN ROAD
> LONDON
> WC1X 8XZ
> UNITED KINGDOM
> T +44 (0)20 7430 4496
> F
> E Sam.Dutton@xxxxxxxxx
> WWW.ITN.CO.UK
>
> P Please consider the environment. Do you really need to print this email?
> -----Original Message-----
>
> From: ygor@xxxxxxxxxxx [mailto:ygor@xxxxxxxxxxx]
> Sent: Tuesday 15 January 2008 15:29
> To: qt-interest@xxxxxxxxxxxxx
> Cc: Brad Hards
> Subject: Re: iCalender ?
>
> As a start, I want to be able to read an .ics file and make sense of the
> contents.
>
> -------------- Original message ----------------------
> From: Brad Hards <bradh@xxxxxxxxxxxxx>
>
> On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> > Anyone know of a portable C++ or Qt-friendly library that handles
> > iCalender ?
> To do what?
>
> > I also found reference to the C++/Qt wrapper for libical in KDE, but I
> > have not been able to find the source.
> kdepimlibs module has some code to handle events, and can talk to servers
> (through the akonadi infrastructure).
>
> http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
>
> http://pim.kde.org/akonadi/
>
> HTH
>
> Brad
> Please Note:
>
>
>
> Any views or opinions are solely those of the author and do not necessarily
> represent
> those of Independent Television News Limited unless specifically stated.
> This email and any files attached are confidential and intended solely for the
> use of the individual
> or entity to which they are addressed.
> If you have received this email in error, please notify postmaster@xxxxxxxxx
>
> Please note that to ensure regulatory compliance and for the protection of our
> clients and business,
> we may monitor and read messages sent to and from our systems.
>
> Thank You.
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
--
[ signature omitted ]
Message 6 in thread
Take a look at the opensync project: www.opensync.org
I think they already support this ical format.
On Jan 15, 2008 7:00 PM, <ygor@xxxxxxxxxxx> wrote:
> You are absolutely correct, Sam. I could write my own parser.
> However, I am hoping someone else invented this particular wheel for me
> already.
> :)
>
> I have a possible lead. You want news when I get it ?
>
> -------------- Original message ----------------------
> From: "Dutton, Sam" <Sam.Dutton@xxxxxxxxx>
> > This doesn't answer your question, but If you just want to read data
> from an
> > .ics file, you could easily write your own parser.
> >
> > Here's an example file from http://en.wikipedia.org/wiki/ICalendar:
> >
> >
> >
> > BEGIN:VCALENDAR
> > VERSION:2.0
> > PRODID:-//hacksw/handcal//NONSGML v1.0//EN
> > BEGIN:VEVENT
> > DTSTART:19970714T170000Z
> > DTEND:19970715T035959Z
> > SUMMARY:Bastille Day Party
> > END:VEVENT
> > END:VCALENDAR
> >
> >
> >
> > Sam Dutton
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > SAM DUTTON
> > SENIOR SITE DEVELOPER
> >
> > 200 GRAY'S INN ROAD
> > LONDON
> > WC1X 8XZ
> > UNITED KINGDOM
> > T +44 (0)20 7430 4496
> > F
> > E Sam.Dutton@xxxxxxxxx
> > WWW.ITN.CO.UK
> >
> > P Please consider the environment. Do you really need to print this
> email?
> > -----Original Message-----
> >
> > From: ygor@xxxxxxxxxxx [mailto:ygor@xxxxxxxxxxx]
> > Sent: Tuesday 15 January 2008 15:29
> > To: qt-interest@xxxxxxxxxxxxx
> > Cc: Brad Hards
> > Subject: Re: iCalender ?
> >
> > As a start, I want to be able to read an .ics file and make sense of the
> > contents.
> >
> > -------------- Original message ----------------------
> > From: Brad Hards <bradh@xxxxxxxxxxxxx>
> >
> > On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> > > Anyone know of a portable C++ or Qt-friendly library that handles
> > > iCalender ?
> > To do what?
> >
> > > I also found reference to the C++/Qt wrapper for libical in KDE, but I
> > > have not been able to find the source.
> > kdepimlibs module has some code to handle events, and can talk to
> servers
> > (through the akonadi infrastructure).
> >
> > http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
> >
> > http://pim.kde.org/akonadi/
> >
> > HTH
> >
> > Brad
> > Please Note:
> >
> >
> >
> > Any views or opinions are solely those of the author and do not
> necessarily
> > represent
> > those of Independent Television News Limited unless specifically stated.
> > This email and any files attached are confidential and intended solely
> for the
> > use of the individual
> > or entity to which they are addressed.
> > If you have received this email in error, please notify
> postmaster@xxxxxxxxx
> >
> > Please note that to ensure regulatory compliance and for the protection
> of our
> > clients and business,
> > we may monitor and read messages sent to and from our systems.
> >
> > Thank You.
> >
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-interest/
> >
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Message 7 in thread
Please be more specific
I could find nothing about an icalendar library
On Jan 15, 2008, at 5:28 PM, Kai Morwinski wrote:
> Take a look at the opensync project: www.opensync.org
> I think they already support this ical format.
>
> On Jan 15, 2008 7:00 PM, < ygor@xxxxxxxxxxx> wrote:
> You are absolutely correct, Sam. I could write my own parser.
> However, I am hoping someone else invented this particular wheel
> for me already.
> :)
>
> I have a possible lead. You want news when I get it ?
>
> -------------- Original message ----------------------
> From: "Dutton, Sam" <Sam.Dutton@xxxxxxxxx>
> > This doesn't answer your question, but If you just want to read
> data from an
> > .ics file, you could easily write your own parser.
> >
> > Here's an example file from http://en.wikipedia.org/wiki/ICalendar:
> >
> >
> >
> > BEGIN:VCALENDAR
> > VERSION: 2.0
> > PRODID:-//hacksw/handcal//NONSGML v1.0//EN
> > BEGIN:VEVENT
> > DTSTART:19970714T170000Z
> > DTEND:19970715T035959Z
> > SUMMARY:Bastille Day Party
> > END:VEVENT
> > END:VCALENDAR
> >
> >
> >
> > Sam Dutton
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > SAM DUTTON
> > SENIOR SITE DEVELOPER
> >
> > 200 GRAY'S INN ROAD
> > LONDON
> > WC1X 8XZ
> > UNITED KINGDOM
> > T +44 (0)20 7430 4496
> > F
> > E Sam.Dutton@xxxxxxxxx
> > WWW.ITN.CO.UK
> >
> > P Please consider the environment. Do you really need to print
> this email?
> > -----Original Message-----
> >
> > From: ygor@xxxxxxxxxxx [mailto: ygor@xxxxxxxxxxx]
> > Sent: Tuesday 15 January 2008 15:29
> > To: qt-interest@xxxxxxxxxxxxx
> > Cc: Brad Hards
> > Subject: Re: iCalender ?
> >
> > As a start, I want to be able to read an .ics file and make sense
> of the
> > contents.
> >
> > -------------- Original message ----------------------
> > From: Brad Hards <bradh@xxxxxxxxxxxxx>
> >
> > On Tuesday 15 January 2008 02:49:38 am ygor@xxxxxxxxxxx wrote:
> > > Anyone know of a portable C++ or Qt-friendly library that handles
> > > iCalender ?
> > To do what?
> >
> > > I also found reference to the C++/Qt wrapper for libical in
> KDE, but I
> > > have not been able to find the source.
> > kdepimlibs module has some code to handle events, and can talk to
> servers
> > (through the akonadi infrastructure).
> >
> > http://api.kde.org/4.x-api/kdepimlibs-apidocs/kcal/html/index.html
> >
> > http://pim.kde.org/akonadi/
> >
> > HTH
> >
> > Brad
> > Please Note:
> >
> >
> >
> > Any views or opinions are solely those of the author and do not
> necessarily
> > represent
> > those of Independent Television News Limited unless specifically
> stated.
> > This email and any files attached are confidential and intended
> solely for the
> > use of the individual
> > or entity to which they are addressed.
> > If you have received this email in error, please notify
> postmaster@xxxxxxxxx
> >
> > Please note that to ensure regulatory compliance and for the
> protection of our
> > clients and business,
> > we may monitor and read messages sent to and from our systems.
> >
> > Thank You.
> >
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with
> > "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-
> interest/
> >
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>