Hi

I am looking for a solution to create an Ical Feed from fullcalender events.
Have found nothing.
Via views? Only the Calendar module has an own implemtaion of an Ical Feed, but it does not work with fullcalendar.

Any idea?
Or It is a feature request?

thx
bennos

Comments

tim.plunkett’s picture

Title: Ical Feed » Ability to export iCal feed
Version: 6.x-2.x-dev » 7.x-2.x-dev

That's a feature request.

bennos’s picture

for the D6 version, this would also be great.

tim.plunkett’s picture

Issue tags: +Needs backport to D6
bennos’s picture

an idea
the services module has an Ical formater.
with views and services together an ical output could be generated.
in theory

tim.plunkett’s picture

@bennos, great idea. Services definitely looks like the way to go.
I won't personally have time to work on this, but someone could work on this.

See http://drupalcode.org/project/services.git/blob/refs/heads/7.x-3.x:/serv...

tim.plunkett’s picture

Status: Active » Closed (won't fix)

After further thought, this isn't really specific to fullcalendar at all. Everything fullcalendar does is display related, everything it displays are either Date fields, or gcal feeds.

I'd love to integrate with any module that can provide this though. If anyone finds one, please open a feature request.

jsheffers’s picture

Any updates on this? The services module will not work for this, at least to my knowledge. It does not provide a style plugin for views, it just allows you to grab data from views from outside web applications. If I am wrong which I hope I am, do you guys know how to get an iCal feed from using the services module?

bennos’s picture

Services directly has no views support, but

http://drupal.org/project/services_views

I looked at the Date module in RC2 and in the readme, I found

" A standard ical parser is implemteted...."

date_ical_export();
date_ical_import();
date_ical_date_format();

Haven't tried it, but if its functional in the D7 version, it would be better to use it.

bennos’s picture

http://drupal.org/project/date_ical

ical feed for any views with a date.

There is a DEV Version. Will try it out.

I leave the status at closed (won't fix.), because it is not a tested solution.

bennos’s picture

Status: Closed (won't fix) » Fixed

Ok.
the
http://drupal.org/project/date_ical

has a stable release. tried it out and works great.

think we can mark it as fixed.

We should document it. Ical feed can be created via the Date Ical module.

tim.plunkett’s picture

Component: Code » Documentation
Category: feature » task
Status: Fixed » Active
Issue tags: -Needs backport to D6
matdab’s picture

Issue summary: View changes

https://drupal.org/project/gcal isn't it the module we're looking for to export Fullcalendar to google?