Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 src 2010-10-20 maple0015 [r1]
 CM.config 2010-10-20 maple0015 [r1]
 CM.exe 2010-10-20 maple0015 [r1]
 README.txt 2010-10-20 maple0015 [r1]

Read Me

Calendar Messager(CM)是一款利用google calendar 提供的免费日历提醒功能给你的手机免费发短信的小工具。

说明:
使用前:
	(1)Google Calendar为google公司产品,为了支持google为我们提供的免费服务,请不要滥用本工具。

	(2)CM使用c# 开发,使用前请确保你的机器上装有.net 运行环境,如果没有,请到:
		http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5
		下载安装。

	(3)CM是一个测试的小玩意儿,所以您访问google的用户名密码都是明文保存在CM.config文件中的,使用工具请慎重处理您的用户名密码。

	(4)使用CM前您需要拥有一个Google Calendar 账号并且和您的手机进行绑定,具体方法请参考:
		http://www.google.com/support/calendar/?hl=zh_CN

	(5)如果您不慎删除了CM.config文件,CM不能够重建它,你需要新建一个文本文件,拷贝以下内容,并保存成CM.config:
		<?xml version="1.0" encoding="utf-8"?>
		<configuration>
			<appSettings>
				<add key="account" value="maple@domain.com" />
				<add key="password" value="123" />
				<add key="calendarName" value="我的日历" />
				<add key="calendarURI" value="http://www.google.com/calendar/feeds/default/allcalendars/full" />
			</appSettings>
		</configuration>

使用中:
	(1)消息框中键入的内容格式包括消息和命令,回车执行。
	(2)命令以CMD开头,按以下调用格式
         cmd [属性1]:[值1] <属性2>:[值2] [属性3]:[值3]   (注意空格)
		 支持的属性有:
			account:     	Calendar用户账户邮件地址
			password:	 	Calendar用户账户密码
			calendarname:	用来使用CM的日历名称(不能是只读日历)
			calendaruri:	Calendar服务调用网址(一般情况下不需要修改)
			smssize:		用来调整分条记录的大小
		使用举例:
            "cmd account:maple@gmail.com password:123"
			使用maple@gmail.com 作为日历账户,密码是123
	(3)如果消息长度超过设定的smssize(默认为40),将被拆分成为多条短消息。
	(4)按esc健关闭程序。

使用后:
	(1)如果是公用的机器,请妥善处理你的密码,可以自行编辑CM.config,删除您的记录






Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.