Events spanning multiple days show up as single day events in the subscribed iCal calendar. Nice integration however....

How about importing events from iCal, any work on that in progress?

Comments

crunchywelch’s picture

multiple day events render fine for me in sunbird, what client are you using? ical export is coming.

bwynants’s picture

I use Apple's iCal from Tiger (version 2.0.1)

I had to change the event in iCal and make it an 'All Day Event' to make it appear correct.

Exports from before and after (from iCal) included.

-- Wrong --
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:AX Blog
PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
X-WR-RELCALID:B5153FFD-C251-4F5E-8DBE-34C8D585109E
X-WR-TIMEZONE:Europe/Brussels
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20050601T040000Z
DTEND:20050630T160000Z
SUMMARY:Permanentie
URL;VALUE=URI:http://xxxx/blog/node/44
UID:9CF16170-B89F-4894-8B81-462834D074E6
DESCRIPTION:Start: 2005-06-01 08:00End: 2005-06-30 20:00Timezone: Etc/GM
T-2
END:VEVENT
END:VCALENDAR

-- Right --
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:x
PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
X-WR-RELCALID:96E1787A-8E4D-42EC-8B69-E7F6AF0B1B77
X-WR-TIMEZONE:Europe/Brussels
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTAMP:20050606T090155Z
UID:EF940C31-5BAF-416D-804B-80442A44CCD2
SEQUENCE:2
URL;VALUE=URI:http://xxxx/blog/node/44
DTSTART;VALUE=DATE:20050601
SUMMARY:Permanentie
DTEND;VALUE=DATE:20050701
DESCRIPTION:Start: 2005-06-01 08:00End: 2005-06-30 20:00Timezone: Etc/GM
T-2
END:VEVENT
END:VCALENDAR
--

michelle’s picture

Status: Active » Closed (won't fix)

I don't use iCal, but it's been 2 years... If this is still a problem in the 5.x version, someone can reopen this.

Michelle

bwynants’s picture

Version: 4.6.x-1.x-dev » 5.x-2.x-dev
Status: Closed (won't fix) » Active

still an issue

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.