I want to be able to use the calendar evolution: the calendar in Thunderbird is a plugin (Lightning) and from time to time when Thunderbird receives a new update, Lightning does not always update automatically as well. So I wanted to have it native in GNOME.
Can anyone explain to me how to do this?
I'm sure that I have correctly added my BT Yahoo calendar, as every time I start Thunderbird 17.0 I am asked for User ID and Password for calendar, which I provide, but none of the events in my BT Yahoo calendar show up, it remains completely empty.
When asking for User ID and Password it says something about Zimbra server which I don't understand.
Any suggestions?
I'm sure I had the google calendar type in evolution on opensuse 11.2, now I installed a fresh 11.3 and can't find the google calendar type when adding a calendar in evolution.
Am I missing something? is there something more I should install?
Actually, the main reason I use Evolution over Thunderbird is that I like its google calendar integration better then Thunderbird.
As part of a regular Ubuntu 12.04 update, Thunderbird was updated to version 19.0. My Lightning 2.01b version was disabled saying it is not compatible with TB 19.0. Ideas on how to recover my calendar will be appreciated.
After having trouble once again with Thunderbird+Lightning after yesterday's updates, I decided to give Evolution a try. I'm liking it so far, but I have the following issue: all the events in my Google calendar which are set as recurrent (say every year, like a birthday) are not showing in my Evolution calendar.
I was using thunderbird v15.0 on ubuntu 12.04 LTS till now, and have the lightning extension installed to manage calendar within thunderbird application. everything was working fine until i decided to update thunderbird to the latest version 16.0 from ubuntu repository.
i was using thunderbird v15.0 on ubuntu 12.04 LTS till now, and have the lightning extension installed to manage calendar within thunderbird application. everything was working fine until i decided to update thunderbird to the latest version 16.0 from ubuntu repository.
I currently have touch calendar pro but I'm looking for something a little better looking where it will display a month view and if possible show me the details of the author calendar entry without actually opening the calendar.
I am using following code to put alarm on specific date and time.
mCalendar.setTimeInMillis(System.currentTimeMillis());
mCalendar.set(Calendar.YEAR, 2013);
mCalendar.set(Calendar.MONTH, 0);
mCalendar.set(Calendar.DAY_OF_MONTH, 16);
mCalendar.set(Calendar.HOUR_OF_DAY, 1);
mCalendar.set(Calendar.MINUTE, 30);
mCalendar.set(Calendar.SECOND, 0);
mCalendar.set(Calendar.MILLISECOND, 0);
new ReminderMan