Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - chuelibrueder

Pages: [1]
1
I'm trying to read a calendar into google calendar using the ical link at the top right corner. Basically it works, but google calender doesn't seem to read the file as utf-8 encoded. This means that all my german character (üöä) end up looking like this "��".

According to some forum aswer something like this needs to be added to the header

Code: [Select]
header('Content-type: text/calendar; charset=UTF-8');
header("Content-Disposition: inline; filename=$cal");

but I really don't know where to add this.

Does anyone else have this problem?

Is there a solution for this?

Greetings
chuelibrueder

2
How To's / go to older emails/go to next page
« on: July 14, 2010, 05:27:08 am »
This is probably a stupid question but, I don't seem to be able to look at older email, except by reordering emails using one of the available collumns.

Understandably only about 50 emails are shown in my Inbox. Usually there is something like "go to next page" link in an email client, but I just can't figure out how to look at the next 50 emails. Is there really no way to look at emails except by the search option or reordering emails?

I'm using fengoffice 1.7

Pages: [1]