1

Topic: contact birthdays not displayed in SOGo Calendar

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version: 0.9.9
- iRedAdmin-Pro 3.1
- Ubuntu 16.04
- MySQL
- Nginx
- SOGo Version 4.0.5

When using SOGo, is there a way to automatically display contacts' birthdays in the calendar? Although it is possible to manually enter birthdays in SOGO calendar, it doesn't seem to automatically pick them from the contact entries. Is there any way to enable this?

Thanks!

Gavin
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: contact birthdays not displayed in SOGo Calendar

Dear Gavin,

It's possible with LDAP by defining the LDAP attribute name mapping:
https://sogo.nu/files/docs/SOGoInstalla … es_mapping

For SQL backend, you may need to re-create the "sogo.users" table (it's a VIEW actually), make sure there's a column for birthday - just like the LDAP attribute name mapping:
https://sogo.nu/files/docs/SOGoInstalla … -using-SQL (Check the comment of "viewURL" parameter)