|  |  |  | Evolution-Data-Server Manual: Calendar Backend (libedata-cal) |  | 
|---|---|---|---|---|
| Top | Description | ||||
gboolean e_cal_backend_mail_account_get_default (gchar **address, gchar **name); gboolean e_cal_backend_mail_account_is_valid (gchar *user, gchar **name); const gchar * e_cal_backend_status_to_string (GNOME_Evolution_Calendar_CallStatus status); gboolean e_cal_backend_user_declined (icalcomponent *icalcomp);
gboolean e_cal_backend_mail_account_get_default (gchar **address, gchar **name);
Retrieve the default mail account as stored in Evolution configuration.
| 
 | Placeholder for default address. | 
| 
 | Placeholder for name. | 
| Returns : | TRUE if there is a default account, FALSE otherwise. | 
gboolean e_cal_backend_mail_account_is_valid (gchar *user, gchar **name);
Checks that a mail account is valid, and returns its name.
| 
 | User name for the account to check. | 
| 
 | Placeholder for the account name. | 
| Returns : | TRUE if the account is valid, FALSE if not. | 
const gchar * e_cal_backend_status_to_string (GNOME_Evolution_Calendar_CallStatus status);
Converts status code to string.
| 
 | |
| Returns : | 
gboolean e_cal_backend_user_declined (icalcomponent *icalcomp);
| 
 | |
| Returns : |