include/CCalendar.h File Reference

#include <map>
#include <sqlite3.h>
#include <string>
#include <vector>

Go to the source code of this file.

Data Structures

class  CCalendar
 This class has the API's to add/modify/delete the calendars and to add/modify/delete the components such as Event/Todo/Journal/Birthday's. More...

Enumerations

enum  ACTION { E_ADD = 0, E_MODIFY, E_DELETE }
enum  CalendarColour {
  COLOUR_DARKBLUE = 0, COLOUR_DARKGREEN, COLOUR_DARKRED, COLOUR_ORANGE,
  COLOUR_VIOLET, COLOUR_YELLOW, COLOUR_WHITE, COLOUR_BLUE,
  COLOUR_RED, COLOUR_GREEN
}
enum  SyncProfileType {
  SYNC_METHOD_NONE = 0, SYNC_METHOD_TWOWAY, SYNC_METHOD_SEND, SYNC_METHOD_RECEIVE,
  SYNC_METHOD_WEB
}
enum  CalendarType {
  LOCAL_CALENDAR = 0, BIRTHDAY_CALENDAR, SYNC_CALENDAR, DEFAULT_PRIVATE,
  DEFAULT_SYNC
}

Functions

string intToString (int i)

Variables

const int SEC_IN_DAY = 86400
const int ATTACHMENTS = 2
const int RECURSIVE = 4
const int ATTENDEES = 6
const int ORGANIZER = 8


Detailed Description

This file is part of Maemo calendar. Copyright (C) 2008 Nokia Corporation. All rights reserved.

Contact: Biris Ilias <ilias.biris@nokia.com>

This software, including documentation, is protected by copyright controlled by Nokia Corporation. All rights are reserved. Copying, including reproducing, storing, adapting or translating, any or all of this material requires the prior written consent of Nokia Corporation. This material also contains confidential information which may not be disclosed to others without the prior written consent of Nokia.


Function Documentation

string intToString ( int  i  ) 

Parameters:
 integer i
Returns:
: string
Utility function to convert integer to string. TODO: This function should be moved to a utility class.

intToString Utility function to convert integer to string

Parameters:
integer 
Returns:
string

Referenced by CMulticalendar::commitAllChanges().


Generated on Wed Jul 8 14:17:11 2009 for calendar-backend by  doxygen 1.5.6