Welcome,
Guest
|
|
Hi there,
I am new to PHP type programming, having done much of my programming in the corporate world. So forgive me if my question shows my ignorance. I am trying to create a demo using the sample code I downloaded with the free basic version. I am using the MailCalendarDemo.html to try to figure some things out. But I ave some questins. 1) Why isn't there a demo sample that shows how to edit an event? Just something that updates what is shown. I found a thread on the topic and am working on implementing it. So I am just curious as to the rational. 2) I looked at the code that creates events and uncommented it. Now I show some events, which is nice. However, I can't find where CreateEvents is located so I can see what the arguments do. I tried doing a search, but didn't find anything. Any ideas where I might look? I did find 3) Are there any examples I could get of a calendar consuming a subscription from a Google calendar? 4) Any other tips/tricks you might want to pass on to a newbie? Thanks, JustMe |
Please Log in to join the conversation. |
|
Edit Event question is answered here
web2calendar.com/forum/2-developer-forum...?limit=6&start=6#152 No, we do not have anything which subscribes to a google calendar. However, we do provide a 3rd party ical parser in the package downloaded. You can provide a URL of the ICS file to the parser. In the downloaded package, basic.html loads data from ICS file. NOTE: Because of browser restriction you will encounter error like: “Error: uncaught exception: Permission denied to call method XMLHttpRequest.open” To counter this error, use a PHP/ASP/JSP transport file. No tricks / tips necessary. Web2Cal is very simple, if you have questions, do not hesitate to post them here. Have Fun! |
Please Log in to join the conversation. Team Web2Cal. |