e-cal-backend-util

e-cal-backend-util

Functions

Description

Functions

e_cal_backend_mail_account_get_default ()

gboolean
e_cal_backend_mail_account_get_default
                               (gchar **address,
                                gchar **name);

Retrieve the default mail account as stored in Evolution configuration.

Parameters

address

Placeholder for default address.

 

name

Placeholder for name.

 

Returns

TRUE if there is a default account, FALSE otherwise.


e_cal_backend_mail_account_is_valid ()

gboolean
e_cal_backend_mail_account_is_valid (gchar *user,
                                     gchar **name);

Checks that a mail account is valid, and returns its name.

Parameters

user

User name for the account to check.

 

name

Placeholder for the account name.

 

Returns

TRUE if the account is valid, FALSE if not.


e_cal_backend_user_declined ()

gboolean
e_cal_backend_user_declined (icalcomponent *icalcomp);

Parameters

icalcomp

Component where to check.

 

Returns

Whether icalcomp contains attendee with a mail same as any of configured enabled mail account and whether this user declined.

Since 2.26

Types and Values