On Wed, Apr 22, 2009 at 6:06 AM, vicky <[email protected]> wrote:

>
> Hi,
>
> I am new in django. I need to update events from my website to
> outlook, Google, yahoo calendars. I have implemented some code from
> vObject which download ".ics" file which is OK for outlook. I don't
> know how to update event in Google and yahoo calendar.
> I need functionality like shown in
> http://rsazarinekharas.eventbrite.com/ in "Add to my calendar" section
>
> Please help me.........
>

You've posted the same question at least three times now.  As I responded in
the other thread, this question has nothing to do with Django.  You would be
better off in forums devoted to the calendar services you are interested in,
or simply by searching on terms such as "Python Google calendar".  You need
to find/learn how to access these services from Python code. That's all your
Django view code is -- Python code.  So you can use whatever Python APIs
these services provide to access them from your Django code.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to