{ "info": { "author": "Lluis Gesa Bote", "author_email": "lluis.gesa@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "

Getting started :

\r\n from GoogleCalendar import *\r\n\r\n gCalMNG = GoogleCalendarMng()\r\n gCalMNG.connect (\"some_login@gmail.com\", \"some_password\")\r\n calendar = gCalMNG.getCalendar (\"myCalendarForTest\")\r\n events = calendar.getEvents()\r\n for event in events:\r\n print event.getTitle()\r\n print event.getContent()\r\n print time.strftime(\"%Y-%m-%dT%H:%M:%S\" ,\r\n time.localtime(event.getStartTime()))\r\n print time.strftime(\"%Y-%m-%dT%H:%M:%S\" ,\r\n time.localtime(event.getEndTime()))\r\n\r\n ev = newEvent(\"Lluis\", \"lluis.gesa@gmail.org\",\r\n \"Meeting\", \"With Aleix to talk about work\", \"La Garriga\",\r\n time.mktime((2007,03,27,19,30,00)),\r\n time.mktime((2007,03,27,21,30,00)))\r\n calendar.addEvent (ev)\r\n", "description_content_type": null, "docs_url": null, "download_url": "http://www.hlod-wig.org/gcpi/v0.6/GoogleCalendar-0.6.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.hlod-wig.org/index.php/gcpi/", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "GoogleCalendar", "package_url": "https://pypi.org/project/GoogleCalendar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/GoogleCalendar/", "project_urls": { "Download": "http://www.hlod-wig.org/gcpi/v0.6/GoogleCalendar-0.6.tar.gz", "Homepage": "http://www.hlod-wig.org/index.php/gcpi/" }, "release_url": "https://pypi.org/project/GoogleCalendar/0.6/", "requires_dist": null, "requires_python": null, "summary": "(GCPi) Google Calendar Python Interface", "version": "0.6" }, "last_serial": 24774, "releases": { "0.6": [] }, "urls": [] }