* limitations under the License.
*
*/
-
+
#ifndef __TIZEN_SOCIAL_CALENDAR_H__
#define __TIZEN_SOCIAL_CALENDAR_H__
CALENDAR_ERROR_NOT_PERMITTED = TIZEN_ERROR_NOT_PERMITTED, /**< Operation not permitted */
CALENDAR_ERROR_FILE_NO_SPACE = TIZEN_ERROR_FILE_NO_SPACE_ON_DEVICE, /**< FS is full */
CALENDAR_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */
- CALENDAR_ERROR_DB_FAILED = TIZEN_ERROR_CALENDAR | 0x02, /**< No access to the database */
+ CALENDAR_ERROR_DB_FAILED = TIZEN_ERROR_CALENDAR | 0x02, /**< No access to the database */
CALENDAR_ERROR_ITERATOR_END = TIZEN_ERROR_CALENDAR | 0x04, /**< Iterator is on the last position */
CALENDAR_ERROR_DB_RECORD_NOT_FOUND = TIZEN_ERROR_CALENDAR | 0x05, /**< Database not found */
CALENDAR_ERROR_IPC = TIZEN_ERROR_CALENDAR | 0xBF, /**< Unknown IPC error */
/**
- * @brief Adds a callback to get a notification when an alarm alerts.
+ * @brief Adds a callback to get a notification when an alarm gives an alert.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
* @privlevel public
* @privilege %http://tizen.org/privilege/calendar.read
* @param[in] callback The callback to be added
- * @param[in] user_data The user data
+ * @param[in] user_data The user data
* @return @c 0 on success,
* otherwise a negative error value
* @retval #CALENDAR_ERROR_NONE Successful
/**
- * @brief Removes a callback to get a notification when an alarm alerts.
+ * @brief Removes a callback to get a notification when an alarm gives an alert.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
* @param[in] callback The callback to be removed
* @param[in] user_data The user data
/**
* @brief Disconnects from the calendar service.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
- * @remarks If there is no opened connection, this function returns #CALENDAR_ERROR_DB_FAILED.
+ * @remarks If there is no open connection, this function returns #CALENDAR_ERROR_DB_FAILED.
* @return @c 0 on success,
* otherwise a negative error value
* @retval #CALENDAR_ERROR_NONE Successful
/**
* @brief Disconnects from the calendar service on a thread.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
- * @remarks If there is no opened connection, this function returns #CALENDAR_ERROR_DB_FAILED.
+ * @remarks If there is no open connection, this function returns #CALENDAR_ERROR_DB_FAILED.
* @return @c 0 on success,
* otherwise a negative error value
* @retval #CALENDAR_ERROR_NONE Successful
CALENDAR_ALARM_ACTION_AUDIO = 0, /**< Audio action */
CALENDAR_ALARM_ACTION_DISPLAY, /**< Display action */
CALENDAR_ALARM_ACTION_EMAIL, /**< Email action */
- CALENDAR_ALARM_ACTION_MAX, /**< Calenar alarm action max enum count */
+ CALENDAR_ALARM_ACTION_MAX, /**< Calendar alarm action max enum count */
} calendar_alarm_action_e;
* limitations under the License.
*
*/
-
+
#ifndef __TIZEN_SOCIAL_CALENDAR_VCALENDAR_H__
#define __TIZEN_SOCIAL_CALENDAR_VCALENDAR_H__
/**
- * @brief Called to get a record handle of
+ * @brief Called to get a record handle of
* \ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_event or \ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_todo.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
* @param[in] record The record handle (\ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_event or \ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_todo)
/**
- * @brief Retrieves all events or to-dos
+ * @brief Retrieves all events or to-dos
* (\ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_event or \ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_todo) from a vCalendar file.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
* @param[in] vcalendar_file_path The file path of the vCalendar stream file
* limitations under the License.
*/
-
+
#ifndef __TIZEN_SOCIAL_CALENDAR_VIEW_H__
#define __TIZEN_SOCIAL_CALENDAR_VIEW_H__