Author Topic: calendar behaviour  (Read 4912 times)

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
calendar behaviour
« on: May 24, 2009, 09:42:08 am »
Hi, I'm having some problems with my calendar.
somehow it's showing me the week before. (it's now sunday 2 P.M.) and I'm still seeing the week starting at sunday 17th.
and when I put in an event in my calendar and tick of 'all day', then it shows up right in the calendar, but somehow not in the exported iCalendar version (looking at it with Thunderbird). All other events DO show correctly. So when I take out the 'all day' option and give it a proper start and end time, everything works.

Any ideas how to solve this?

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: calendar behaviour
« Reply #1 on: May 25, 2009, 11:43:32 am »
Hi,
To fix the week that is shown you have to replace line 15 of 'application/views/dashboard/widget_calendar.php' with this one
Code: [Select]
$startday = date("j") - date("w");

Ical export is working fine for me, but i will keep trying to reproduce that issue, and fix it.

greetings

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: calendar behaviour
« Reply #2 on: May 25, 2009, 12:00:16 pm »
thx, I'll have to wait until next week to see the result :)

and I found a new one in the calendar.
when i enter an event that repeats forever, only the first one shows up in my remote calendar (Thunderbird again).
« Last Edit: May 25, 2009, 12:03:26 pm by Niels »

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: calendar behaviour
« Reply #3 on: May 26, 2009, 10:37:42 am »
hi,
This is fixed now

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: calendar behaviour
« Reply #4 on: May 26, 2009, 10:42:09 am »
Ah cool, does this mean I need an update?
or will that come with the next release ?

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: calendar behaviour
« Reply #5 on: May 26, 2009, 12:18:30 pm »
It will come with next release, and will be available soon.
greetings

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: calendar behaviour
« Reply #6 on: May 30, 2009, 04:17:50 am »
I think I got a new one sonce 1.4.1 but I'm not sure if it came with this update,
Anyway, my thunderbird calendar shows events an hour earlier than the opengoo calendar.
Any idea how I can fix this, or is this a bug ?

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: calendar behaviour
« Reply #7 on: June 19, 2009, 12:24:20 pm »
Any ideas what the problem is here?

I got the same in iCal on the Mac.
Everything shows an hour early on the calendar, very weird!

Daylight Savings maybe ?
« Last Edit: June 19, 2009, 01:29:22 pm by Niels »

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: calendar behaviour
« Reply #8 on: June 26, 2009, 03:20:50 pm »
Hi,

please do what it is in this post
http://forums.opengoo.org/index.php?topic=2050.0
to solve that

greetings