Is there a way to have Google Calendar notifications through the message indicator applet without using Evolution? Something similar perhaps to "Gmailwatcher"?
Or
Is there a way to integrate Google Calendar with reminders into the calendar in ubuntu without evolution?
Thanks in advance!
You can try typing this in a terminal:
(where
ICAL_PRIVATE_ADDRESS
is the Private URL of the Google Calendar you want to add)It only opens a dialog to confirm you want to add this calendar without opening the whole Evolution window, nor the first-run dialog which forces you to add your e-mail account even if you don't intend to use it.
This works with the Gnome 2 calendar applet and I guess it works also for natty's calendar indicator, as it is based on Evolution's calendars. Let me know if it works or not.
I couldn't find anything pre-made to do what you ask.
It should be easy enough to program something using python-gdata and python-pyosd, I'd say this would be a good project for an amateur computer programmer getting into some of these technologies.
Of course if you get in touch with an independent developer (like me), we'd be happy to exchange code for money too. Never underestimate paying for things to be made.
If you can't code yourself (and you don't have the cash for Martin ;), you could start a project on launchpad, and once you get some traction from other interested users/developers, work on the actual code (either with your direct collaboration, or with you as project leader).
It is a good way to give back to the community, and to help broaden the available software. You could probably use the code from gmail-watcher or a similar application as a start.
Nope. You'll have to use Evolution, but you can program something yourself if you're well-versed in Python.
I found a Google Calendar Indicator from ppa:atareao/test but it need "python-gdata 2.0.14" that is not available in Natty repos. (I downloaded python-gdata 2.0.14 from Oneiric packages.)
It also use NotifyOSD to alert about an event and more features.
It's not bad; try it, wish you like it :)