AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

30 Boxes - My First Script

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Tuxhedoh



Joined: 20 Apr 2006
Posts: 12
Location: Baltimore, MD

PostPosted: Sat Apr 22, 2006 5:26 pm    Post subject: 30 Boxes - My First Script Reply with quote

Here's my first script that I took from concept to completion. I'm sure that it can be optimized with some error checking and such, but I don't know how.

The idea is that from anywhere, email, website etc... that you can add an event to your 30 Boxes Calendar. Simply select the text and hit the hotkey.
Code:

#t::
ClipboardContents = %ClipboardAll%
send ^c
event = %Clipboard%
url = http://30boxes.com/index.php?action=newEvent&input=%event%
run %url%
return


Idea's for improvement:
*Verify that you're already logged into your calendar.
*Check for event variable
*Validate string, check to see if it has a Date, time, text
*Create GUI for an empty variable
*Interface with 30boxes API directly.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group