I have followed instructions at http://www.drupalove.com/drupal-video/ical-events-nodes to import items from two google calendars to one calendar at my site. One calendar has only 10 records and importing iCal was correct, but the other calendar iCal feed (http://www.google.com/calendar/ical/2ma3qii1ef1u59sec4pf19epnc%40group.c...) doesnt respond with errors but doesnt load data either. It loads 599 records starting from 2003 till 2006 but the calendar I try to import has continuation till 2012 or even more, and I need it on the site. No matter how many cleanups and refreshes I did it only loads 599 records and pretends there is no more. What should I do? Is there any other way to load data from google calendar and save it as nodes?
Comments
Comment #1
brack11 commentedcan somebody who is using calendar view with the google calendar test the issue and confirm the success failure? The link to the calendar that I have issue with is http://www.google.com/calendar/ical/2ma3qii1ef1u59sec4pf19epnc%40group.c... Please test this calendar.
Comment #2
ekes commentedThe feed (reading it as a text file) seems to be in date order of the events, and starts at 19700308T020000 (1970-03-08) and finishes at America/Vancouver:20061129T220000 (2006-11-29) so it sounds like you are importing all items that are in the iCal feed.
Comment #3
brack11 commentedjust tried to import the same iCal file to Apple iCal and there are events in 2015 January (I'm sure there are even more if I scroll further on) what is wrong? why cannot I see all those events in drupal?
Comment #4
brack11 commentedk I looked at the calendar with the text editor as well and I noticed that majority of events have repetition set up. so does that mean that I cannot import repeated events to drupal?
Comment #5
brack11 commentedComment #6
brack11 commentedok It looks like it works almost correctly if I set dates included to 1960:2020 But still I have all repeating events right in January but If I look at february it has only two out of six events, searched the content and nodes for missing event-repetitions are there and doing all right, but they are not shown in the calendar. so it might be the problem of the calendar module, will open this issue there.
Comment #7
brack11 commented