OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
caldav_helper_tester.cpp File Reference
#include <string.h>
#include <OpenAB.hpp>
#include "helpers/SecureString.hpp"
#include <fstream>
#include "CalDAVHelper.hpp"
#include "helpers/BasicHttpAuthorizer.hpp"
#include "helpers/OAuth2HttpAuthorizer.hpp"
Include dependency graph for caldav_helper_tester.cpp:

Functions

int main (int argc, char *argv[])
 

Variables

std::string testEvent
 
std::string testEvent2
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

std::string testEvent
Initial value:
="BEGIN:VCALENDAR\n"
"VERSION:2.0\n"
"BEGIN:VEVENT\n"
"DTSTART:20141128T150000Z\n"
"DTEND:20141128T160000Z\n"
"DESCRIPTION:TestEvent1123\n"
"SUMMARY:TestEvent1123\n"
"UID:1234-d1a2-4bd1-8b86-4ccdca68e55c\n"
"DTSTAMP:201412\r\n"
" 17T103142Z\n"
"CREATED:20141\n"
" 217T112526Z\n"
"LAST-MODIFIED:20141217T112526Z\n"
"END:VEVENT\n"
"END:VCALENDAR\n"
std::string testEvent2
Initial value:
="BEGIN:VCALENDAR\n"
"VERSION:2.0\n"
"BEGIN:VEVENT\n"
"DTSTART:20141128T150000Z\n"
"DTEND:20141128T160000Z\n"
"DESCRIPTION:ModifiedDescription\n"
"SUMMARY:TestEvent1123\n"
"UID:1234-d1a2-4bd1-8b86-4ccdca68e55c\n"
"DTSTAMP:20141217T103142Z\n"
"CREATED:20141217T112526Z\n"
"LAST-MODIFIED:20141217T112526Z\n"
"END:VEVENT\n"
"END:VCALENDAR\n"