Calendar:FAQ: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Bugs and Crashes section)
(Removing per Simon Paquet's comment in n.p.m.calendar)
Line 98: Line 98:
It is CSS, i.e. you can also define other attributes like 'border-color' etc.
It is CSS, i.e. you can also define other attributes like 'border-color' etc.


==Bugs and Crashes==


===What should I do if I find a bug (or Calendar crashes)?===
If you think you have found a bug in Calendar, we want to hear about it.  The appropriate place to file this information is[http://bugzilla.mozilla.org Bugzilla]  '''Please search first''' to see if someone already reported the bug before posting a new report.  If you don't find the bug, then feel free to write up a new report, being sure to include your build-ID (in the 'About' window), operating system, and detailed steps for how to reproduce the bug.
===I'm using an Italian version of Firefox/Thunderbird/Suite and Calendar won't start.  What should I do?===
This is a known bug.  It has been fixed, but the patch was not available when the current stable builds came out.  Follow these steps to fix calendar:
  1.) Close the program calendar was installed as an extension to (ie. (ie. Firefox/Thunderbird/Suite).
  2.) Use a jar tool or zip tool to unpack calendar-it-IT.jar.  It can be foudn in the 'chrome' folder of the calendar extension folder.  The extension folder is in the profile folder of the application you installed Calendar as an extension to (ie. Firefox/Thunderbird/Suite).  You might have to rename the .jar file to .zip for some zip tools to work. 
  3.)In the file calendar.dtd, change '\u00E1' to 'á' and remove any spaces following it.  Make this change in all three places in the file. 
  4.) Use the jar tool or zip tool to repack calendar-it-IT.jar.
Calendar should now work properly.
===I tried to print and Calendar crashed.  What should I do?===
  Printing support is currently sketchy at best.  Most likely, the developers already know about your issue.  We're doing our best to make Calendar able to print in future versions.  For now, you can use one of these options as a work around:
  1.) Use your computers ScreenPrint or ('Take a Screenshot') function to capture an image of Calendar.  Open the image in an appropriate image editting/viewing program and print from there.
  2.) Open the 'Print Preview' window.  The print preview is saved as an HTML file in your %TEMP% directory. Copy it to another file (or, if allowed, open it in a browser window) and you'll be able to print it.
  3.) Publish to a web server that can display the calendar, and print it from your browser.


==Suntray==
==Suntray==

Revision as of 09:39, 11 April 2005

This FAQ applies to Sunbird and Calendar.


A FAQ in the Wiki. - Mostly questions from news://netscape.public.mozilla.calendar

The official FAQ is at: http://www.mozilla.org/projects/calendar/faq.html

You may also have a look at: http://kb.mozillazine.org/Sunbird

WARNING
Some of the solutions here are only for Advanced users.


Files

Where is my Calendar file?

Select the "Calendars" tab in the upper right area of the screen (above the "Tasks"-list). Right click on the calender and select "edit Calendar". The file name and path are shown in the label next to "Lokal File Location".

How do I save my Calender-file on a FTP

It's tricky at first to figure it out but this is the way to proceed:

  1. Create a local calendar.
  2. Add an event and exit calendar.
  3. Copy the new calendar file to the FTP server (under another name if you wish).
  4. Return to calendar and fill in the "remote server URL" field of the new calendar. (ftp://user:pass@domain/filename)

That's all! It should work now!

The trick is that at least one event have to exist in your new calendar, otherwise, the file is empty and seen as "invalid".

by Nomax

Installation

How can I install calendar in my current Version of XY? It doesn't work.

Download the most recent calendar.xpi. Open it with your favorite zip-program. You might need to rename the .xpi to .zip. But don't forget to rename it afterwards. Extrakt the install.rdf and edit the var <em:maxVersion> of the Application you want to use to the Version you are using. I.e. 1.0 -> 1.0+ or 1.0->1.1 or whatever. Repack the install.rdf. Now you should be able to install it. Warning: This shouldn't do no harm, but don't do it if you have no idea what you are doing.

Where can I download calendar?

http://www.mozilla.org/projects/calendar/download.html

Printing

Printing does not work

Poor's man solution while it gets fixed: the print preview is saved as an HTML file in your %TEMP% directory. Copy it to another file (or, if allowed, open it in a browser window) and you'll be able to print it. (To find out you %TEMP%-dir call "set" in the command-line. If you don't know how to do this, it might be better to wait until this problem is solved ;-) )


Other Qs

I want to be informed without having Sunbird in my task-bar

Here are a few links you can have a look at:

SunTray:
http://users.dart.net.au/~srgeorg/

iCalMinder:
http://www.brownbearsw.com/ical/tricks.html#iCalMinder

MozCalTray:
http://dev.tech-nine.net/


TB / FF crashes / shows an error after installing Calendar

This is a bug. It will happen each time you do someting withh your extensions (install, delete, update). The next time you start TB/FF everything is fine.

What is the difference between a task and an event?

The following definitions are from the calendar help glossary:

event - A calendar entry that represents something that will happen whether you take action or not. For example, meetings and birthdays are events.

task - A calendar entry that represents some action by you. For example, writing a report and visiting a client are tasks.

In general, an event is something you schedule on the calendar, and it happens at a specific time and place. A task occurs over time, and while it may need to be started at a specific time or completed by a specific time, the task itself does not.

Finally, it should be noted that tasks can only be displayed in the main calendar in certain views. (ie. multiweek)

Example: A staff meeting is an event; it happens at 9:00am on the 10th.

Calling everyone on staff to review the agenda for the meeting is a task; it must be completed by 5pm on the 9th.


How can I assign colours to event categories?

In newer version, you can define styles for event categories in the userChrome.css file.

Example:
.event-category-cycling{ background-color: #99FFCC!important; }
.event-category-meeting{ background-color: #00FF99!important; }

These lines set the background colours for 'cycling' and 'meeting' events, respectively. It is CSS, i.e. you can also define other attributes like 'border-color' etc.


Suntray

As there are quite a few Questions about Suntray I'll add them here.

Suntray does not start Sunbird

Put Suntray in the same folder as Sunbird and start it with " -start".

I don't get any alarms

This is probably because Sunbird isn't running. Suntray doesn't show any alarms, it just hides Suntray from your task bar. So do not exit Sunbird, only minimize it. If you close Sunbird, you won't get any alarms. Try running Suntray with " -warn" so you are warned when you close Sunbird.