eventSource.setBackgroundColor("#0080FF");
eventSource.setColor("#0080FF");
config.add(eventSource);
// Birthdays:
eventSource = new EventSource();
birthdayEventsProvider = new BirthdayEventsProvider(filter, addressDao,
accessChecker.isLoggedInUserMemberOfGroup(ProjectForgeGroup.FINANCE_GROUP) == false);
eventSource.setEventsProvider(birthdayEventsProvider);
eventSource.setEditable(false);
// The default color of birthdays (not favorites), should be gray, see BirthdayEventsProvider for colors of birthdays of favorites.
eventSource.setBackgroundColor("#EEEEEE");