473,385 Members | 1,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Send String to cURL

Can anyone help me with the mechanics of sending a compiled string to cURL from Access VBA.
This will in turn update an online Calendar.
I can set up the string to contain all of the necessary elements but Know-not what to do with it from there on.
If anyone can point me in the right direction to get help it would be appreciated.
Apr 3 '14 #1
1 3376
This is the string that has to be sent using cURL command line tool.
Expand|Select|Wrap|Line Numbers
  1. > curl -X POST
  2. "http://thecalendar.com/event/create?key=ks5c655ce3db6fb4ed" --header
  3. "ContentType:application/json" -d
  4. '{"id":"","cid":"93231","title":"test","start":"20131211T12:00:00+01:00",
  5. "end":"20131211T14:00:00+01:00","loc":"","notes":"","URL":"",
  6. "ad":false,"rem":"","rrule":"","duration":120,"origid":"",
  7. "ristart":null,"redit":"","who":"","readonly":false}' -v
  8.  
  9.  
Apr 3 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Keeper | last post by:
Hi All, I want to send value of a variable (string of characters) from my perl program to an actually active window (in X Windows) with a blanking cursor (as if value of that variable was typed...
6
by: John J. Hughes II | last post by:
I have a service that needs to send e-mail alerts. I have been attempting to use the System.Net.Mail function from .NET but this seems to require the IIS be installed and running. Since some of...
0
by: Augie | last post by:
Dear All, I came across this piece of code to send a message. I have this setup and running... getting all the WM_COPYDATA messages on the client side. However I can't see the contexts of the...
10
by: Sven Huijbrechts | last post by:
Hello, I need to send a couple of "NUL"s -> HEX value "00" on a networkstream.. This is the code we currently use to send string: Dim sendBytes As () =...
3
by: Gerard | last post by:
Hello I have created a windows service to monitor a database, it starts some checks when a timer elapses. The checks send emails depending on their findings. My issue is that when I created a...
2
by: Ejder | last post by:
I want to send string to Computer on port 1000. in my project. I have to send IP:1000 e string. and the programme on computer. listining the port 1000. The programme on computeri call the another...
3
by: Richard Lewis Haggard | last post by:
I have a form that has a label. This form also has a tab control. The tab control has a user control pasted on its page. Under some conditions, the user control needs to send status strings back to...
0
by: neonspark | last post by:
I'm buidling some simple macro functionality for my app so the users can record a sequence of keyboard inputs and replay them reliably via some menu. Originally, I used: protected override bool...
1
by: patr0805 | last post by:
Hi. I have this problem that I want to send a string to a aspx site on my website from my local Visual Basic application and I would like it both ways. Can anyone help me? I guess it is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.