Group Management for Google Calendar: Difference between revisions
From CS486wiki
Jump to navigationJump to search
Content deleted Content added
No edit summary (change visibility) |
No edit summary (change visibility) |
||
| Line 2: | Line 2: | ||
<h2 align="center">CS486</h2 > |
<h2 align="center">CS486</h2 > |
||
<h2 align="left">CS486</h2 > |
|||
== Description of the Project == |
== Description of the Project == |
||
| Line 9: | Line 8: | ||
This project is designed for allowing users to schedule their daily events by using a desktop application. This application uses Google Calendar infrastructure and only can be used by Google mail account users. In that project, we use Google APIs to get events and add new events to user Gmail account. Our application provides group addition function to the events as a guests. There is not any number limitation for that addition. In default, Google Calendar only permits to enter guests by manual. In our program, user can define his/her groups and adds that groups member to the any events with one click. |
This project is designed for allowing users to schedule their daily events by using a desktop application. This application uses Google Calendar infrastructure and only can be used by Google mail account users. In that project, we use Google APIs to get events and add new events to user Gmail account. Our application provides group addition function to the events as a guests. There is not any number limitation for that addition. In default, Google Calendar only permits to enter guests by manual. In our program, user can define his/her groups and adds that groups member to the any events with one click. |
||
'''''head''''' |
|||
== Manuel of Program == |
== Manuel of Program == |
||
Revision as of 03:43, 15 May 2012
SPRING 2012
CS486
Description of the Project
This project is designed for allowing users to schedule their daily events by using a desktop application. This application uses Google Calendar infrastructure and only can be used by Google mail account users. In that project, we use Google APIs to get events and add new events to user Gmail account. Our application provides group addition function to the events as a guests. There is not any number limitation for that addition. In default, Google Calendar only permits to enter guests by manual. In our program, user can define his/her groups and adds that groups member to the any events with one click.
head