This sounds VERY promising… I desperatly am awating this . Did you think about tagging the events or using categories so that I can show different “calendars” in different locations (per example different blogs). Sort of a filter function…
I will test it tomorrow
Do you have a demo-install somewhere?
Thanks, Michael
I am working on a category system where users can pick any number of categories or create a new one (like the WP backend for posts), and will create a template tag for that, and I am keeping an eye on the Content Tag project in the works….
Awesome news… I’ve been planning an events plugin, based on the event system on Ning which I think is pretty similar to Facebooks. I have only just gotton started on it though so I look forward to seeing what you’ve come up with.
@egerrits
Awesome! I’m also looking forward to use your plugin!
egerrits, come on over to this thread and contribute to the discussion there.
BP Content Tags Project – Call For Ideas
https://buddypress.org/forums/topic.php?id=1304
A suggestion on your event are
goggle map.
activate stream enabled.
Wire.
Ability too post to twitter. This would invite your twitter followers to your event or sign-up new members to your site, if not a member! (This would be cool,maybe the first APP around)!
egerrits, If you need help for that posting twitter issue, liaison with this developer
http://www.phpvrouwen.nl/2009/01/04/twitme-17-on-buddypress/
@gpol Thanks — I’ll read up about Twitter and see what I can do… Wire and Activity stream work.
@burtadsit — I’ve been keeing an eye on that thread… I have to tell you, I am not quite so up-to-date on the whole tagging thing, so I’ll have to spend some time wrapping my head around it.
egerrits are you working too on that?
I’ve almost finished mine
Add it here http://buddypressdev.org/add-plugin
The bp-events plugin is now available from http://www.erwingerrits.com/?page_id=799
Please test it out on browsers other than IE7/FF3 as I don’t have access to them.
A great addition for me would be to create ‘Group Events’, events which are associated with specific groups.
Say my group wanted to organise a meetup, we could go to our group page and under “Forum, Wire, Members” etc there would be a “Group Events” option, which when clicked would show all our events and have an option to add a new one. When creating that event we could choose to send invites to the members of the group instead of adding them individually.
If the group is private or hidden our events would also be private/hidden. Group Events would also appear on my personal Events page.
@hempsworth
Group events shouldn’t be much of a problem.. I’ll work on that after I get the basics working flawlessly.
@gpol,
You’ll be happy know the twitter hookup & google maps is in the works for the next version on Monday…
That’s good news..cos this would make events app a killer and create traffic to the site.
Any plans on localizing this? I don’t mind translating but I *do* mind doing it everytime you release a new version.
I just noticed that you also need to respect the regional settings when it comes to dates and times.
Thanks.
MartiNr5,
I changed all date and time output to WordPres Settings Date & Time Format, so that should take care of the regional date display.
I have wrapped all text with the translation functions, but I haven’t created a pot file yet. I am new to the localization thing, so bear with me on that… I’ll have to do some reading on it, or maybe you can help guide me through it?
FYI
Creating an Event using the new events.create method in Facebook API
http://www.techlicity.com/facebook-create-events.html
@gpol
I got twitter working–it was surprisingly simple.
I may work on Facebook/Google Calendar after I get everything working that I have on my list now. Although I’ve had horrible results with interfacing with Google Calendar trying to understand google rss feed’s horrible time zone handling.
New version of bp-events with twitter and google maps working in the next day or two.
great news … guru .keep up on google or facebook
egerrits: you should make integration with other services (twitter/facebook/google calendar/etc) optional, or possible even in a separate plugin (a plugin-plugin ). While those things are nifty, they are just bloat if you don’t want them.
I’d give priority to groups integration, and even higher priority to .ics calendar feeds!
Can I help in any way btw?
New version 0.53 is now available from my website @ http://www.erwingerrits.com/?page_id=799
Lots of minor bug fixes, along with now working edit event, localized date & time formats, twitter, maps and “My Events” lists.
As usual, good or bad, let me know!
Thanks egerrits! Works great except I can’t seem to post forum topics for events. Also, possible to change the map size/zoom?
I am definitely looking forward to group events too. If possible, it would be great to have Group-Event-Forum integration also
@jeffca,
The function to display the map is:
bp_event_map( $event=false, $width=250, $height=250, $zoom=8 )
So if you put some parameters into the call in event-home.php file in the member template (line 46) you can change the size/zoom.