Re: An iCalendar for all Perl events

2009-01-05 Thread Jeremy Fluhmann
On Mon, Jan 5, 2009 at 3:21 AM, Philippe Bruhat (BooK) <
philippe.bru...@free.fr> wrote:

>
> > It's the same feed that TPF uses on YAPC.org. You can get the data in
> > all sorts of ways, and it has ICS feeds. It shows up in my calendar
> > applications just fine. :)
>
> I'd be interested to learn how to do that (and how YAPC.org does get
> the information). I suppose there is some sort of XML export format?
> I can't find a way to get to it from the "embed" URL.


Here's the code we're currently using for yapc.org.  I haven't looked too
closely at it, so if something doesn't seem right, let me know.
http://code.google.com/p/tpf/source/browse/trunk/yapc/yapc_org/bin/extract_cal_events.pl

Jeremy


Re: An iCalendar for all Perl events

2009-01-05 Thread brian d foy
In article <20090105092126.gb8...@plop>, Philippe Bruhat (BooK)
 wrote:


> > If anyone wants commit bits, they just have to let Jim Brandt or I know
> 
> I'd also be interested to know how to share information between our two
> databases, yes. If a commit bit is needed, I'll take it.

You now have a commit bit.

Also, I've been adding historical information to the calendar to. I
haven't gone through you're complete history yet, but I've been slowly
adding things.

If conference organizers want access too, they just need to let me
know. :)


Re: An iCalendar for all Perl events

2009-01-05 Thread Jim Brandt


I'd be interested to learn how to do that (and how YAPC.org does get
the information). I suppose there is some sort of XML export format?
I can't find a way to get to it from the "embed" URL.



The code that creates yapc.org is hosted in google code. The script 
you're probably interested in is this one:


http://tpf.googlecode.com/svn/trunk/yapc/yapc_org/bin/extract_cal_events.pl

You can poke around the project to find the other code. Let me know if 
you have any questions.


Jim


--
Jim Brandt
The Perl Foundation
email: cbra...@perlfoundation.org


Re: An iCalendar for all Perl events

2009-01-05 Thread Philippe Bruhat (BooK)
On Sun, Jan 04, 2009 at 10:16:11PM -0800, brian d foy wrote:
> [[ This message was both posted and mailed: see
>the "To," "Cc," and "Newsgroups" headers for details. ]]
> 
> In article <20090102174105.ga14...@plop>, Philippe Bruhat (BooK)
>  wrote:
> 
> > Wondering when the next Perl event is? Wouldn't it be nice if the
> > information was automatically available in your calendar?
> 
> Well, that's what I've been doing with The Perl Review Community
> Calendar for a couple of years:
> 
> http://www.google.com/calendar/embed?src=ngctmrd1cac35061mrjt3hpgng%40gr
> oup.calendar.google.com

OK, so there is some duplication of effort. I'm not surprised. :-)
My data comes from my desire to get exhausitive conference data (including
some Act-related info), so I'm sure there is some data you have and I
don't, and vice-versa.

Of course, I understand that from a community point of view, it's better
to advertise a single authoritative calendar. The one I made scratched
my own itch, and I thought I might as well share it.

> It's the same feed that TPF uses on YAPC.org. You can get the data in
> all sorts of ways, and it has ICS feeds. It shows up in my calendar
> applications just fine. :)

I'd be interested to learn how to do that (and how YAPC.org does get
the information). I suppose there is some sort of XML export format?
I can't find a way to get to it from the "embed" URL.

> If anyone wants commit bits, they just have to let Jim Brandt or I know

I'd also be interested to know how to share information between our two
databases, yes. If a commit bit is needed, I'll take it.

Thanks.

-- 
 Philippe Bruhat (BooK)

 Be careful when you take one side or the other. You could wind up in the
 middle.(Moral from Groo The Wanderer #33 (Epic))


Re: An iCalendar for all Perl events

2009-01-04 Thread brian d foy
[[ This message was both posted and mailed: see
   the "To," "Cc," and "Newsgroups" headers for details. ]]

In article <20090102174105.ga14...@plop>, Philippe Bruhat (BooK)
 wrote:

> Wondering when the next Perl event is? Wouldn't it be nice if the
> information was automatically available in your calendar?

Well, that's what I've been doing with The Perl Review Community
Calendar for a couple of years:

http://www.google.com/calendar/embed?src=ngctmrd1cac35061mrjt3hpgng%40gr
oup.calendar.google.com

It's the same feed that TPF uses on YAPC.org. You can get the data in
all sorts of ways, and it has ICS feeds. It shows up in my calendar
applications just fine. :)

If anyone wants commit bits, they just have to let Jim Brandt or I know


Re: An iCalendar for all Perl events

2009-01-02 Thread Philippe Bruhat (BooK)
On Fri, Jan 02, 2009 at 06:49:40PM +0100, ReneeB wrote:
> Wouldn't it be nice to "connect" it with the Perl Community Calendar?
> http://www.google.com/calendar/embed?src=ngctmrd1cac35061mrjt3hpgng%40group.calendar.google.com
> 
> If you want I can give it a try...

The .ics file is generated using TT and the YAML file hosted by the YAPC
Europe Foundation. My goal is to only ever worry about the YAML file.

If you find more uses to this data, please go ahead!

-- 
 Philippe Bruhat (BooK)

 When you run from your problem, you make it that much harder for good
 fortune to catch you, as well. (Moral from Groo The Wanderer #14 (Epic))


Re: An iCalendar for all Perl events

2009-01-02 Thread ReneeB
Wouldn't it be nice to "connect" it with the Perl Community Calendar?
http://www.google.com/calendar/embed?src=ngctmrd1cac35061mrjt3hpgng%40group.calendar.google.com

If you want I can give it a try...

Philippe Bruhat (BooK) wrote:
> Wondering when the next Perl event is? Wouldn't it be nice if the
> information was automatically available in your calendar?
>
> Cry no more, for I have setup an iCalendar file holding all the Perl
> events (conferences, workshops, hackathons) for which I have enough date
> information. Simply subscribe to all Perl events worldwide using your
> favorite calendar tool. http://www.yapceurope.org/ical/conferences.ics
>
> This calendar is hosted by the YAPC Europe Foundation.
>
> If some data is missing or incomplete, please let me know, preferably
> by sending me a patch against the source YAML file (this is the best
> way to ensure fast updates). http://www.yapceurope.org/conferences.yml
>
> [Also posted to use.perl.org]
>
>   



An iCalendar for all Perl events

2009-01-02 Thread Philippe Bruhat (BooK)
Wondering when the next Perl event is? Wouldn't it be nice if the
information was automatically available in your calendar?

Cry no more, for I have setup an iCalendar file holding all the Perl
events (conferences, workshops, hackathons) for which I have enough date
information. Simply subscribe to all Perl events worldwide using your
favorite calendar tool. http://www.yapceurope.org/ical/conferences.ics

This calendar is hosted by the YAPC Europe Foundation.

If some data is missing or incomplete, please let me know, preferably
by sending me a patch against the source YAML file (this is the best
way to ensure fast updates). http://www.yapceurope.org/conferences.yml

[Also posted to use.perl.org]

-- 
 Philippe Bruhat (BooK)

 The surest path to chaos is too much organization.
 (Moral from Groo #4 (Image))