You are not logged in.
Pages: 1
It used to be possible using vdirsyncer to sync ics files with Google Calendar and Google contacts, to show contact birthdays, and entries from your google calendar, in Orage. After the changes made by Google to OAuth over the last year or so, does anyone know how to do it now? The most recent thing I can find on the internet is an old Wordpress document which I wrote myself, but no longer works!
Last edited by davecs (2023-10-18 20:36:23)
Offline
I think you need to enable and use an app password for applications that are not coded to make use of OAuth.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
It used to be possible using vdirsyncer to sync ics files with Google Calendar and Google contacts, to show contact birthdays, and entries from your google calendar, in Orage. After the changes made by Google to OAuth over the last year or so, does anyone know how to do it now? The most recent thing I can find on the internet is an old Wordpress document which I wrote myself, but no longer works!
How did you get orage?
I just did a fresh install of LinuxMint 21
XFCE version 4.18
I can't find orage anywhere?
Offline
davecs wrote:It used to be possible using vdirsyncer to sync ics files with Google Calendar and Google contacts, to show contact birthdays, and entries from your google calendar, in Orage. After the changes made by Google to OAuth over the last year or so, does anyone know how to do it now? The most recent thing I can find on the internet is an old Wordpress document which I wrote myself, but no longer works!
How did you get orage?
I just did a fresh install of LinuxMint 21
XFCE version 4.18I can't find orage anywhere?
Have a read through this thread for some background. I'm guessing it was removed from the mint repositories for being deprecated and not yet added back.
You can build it manually if you are interested. These commands worked for me on linuxmint 21:
# enable the source (src) repositories via "software-properties-gtk"
sudo apt install build-essential git libical-dev libnotify-dev
sudo apt build-dep xfce4-panel
git clone https://gitlab.xfce.org/apps/orage.git
cd orage
./autogen.sh --prefix=/usr --libdir=/lib/$(uname -m)-linux-gnu
make
sudo make install
You can then add orage to the startup applications and its icon will appear on the panel when it starts. Alternatively if you are using the clock plugin, you can set the "Calendar command" to:
orage -t
...to toggle its visibility (and hide the orage tray icon) for a more seamless integration.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 533.97 KiB (Peak: 534.81 KiB) ]