I am loving being able to send calendar events in Zoho Calendar, but wish all the possible fields in zoho calendar could be defined in the script. I would have thought that functionality of zoho calendar internally should be at least as good or better then the google integration. I'd prefer to keep all my eggs in one basket, ie, in zoho rather then bring another program into the mix.
At the moment according to:
you can:
StartDate &
EndDate
holds the start and end of the event (date format "dd-MM-yyyy HH:mm:ss").
sum
refers to the name of the event to be created
loc
refers to the event location
desc
refers to the description of the event
calResp
is the map variable which holds the value returned by Zoho Calendar.
Would be great to be able to alter any of the additional fields in zoho calendar, priority for me in order as follows:
Event Color -
Colour of calendar event
All day - If it's an all day event
Reminder - time, before or after, by email (Ability to have multiple reminders)
Link
(web url) - Url
Repeats - Repeat type - Every x days, every weekday, ends, until, for x times
Private - Private or not
Would also be nice to have the help page for this look more similar to the much tidier:
page, where the syntax is in a nice table:
| Parameter |
Description |
Allowed values |
| evt* |
Event Title |
String - Eg: BirthDay Party |
| evc |
Event Content |
String - Eg: Invitation To BirthDay Party |
| allday * |
Whether All Day event or not |
Boolean - true/false |
| st * |
Event Start Time |
2010-11-27 14:00, If (allday==true) 2010-08-27 |
| et * |
Event End Time |
2010-11-27 21:00, If (allday==true) 2010-08-27 |
| rem * |
Whether to set Reminder or Not |
Boolean - true/false |
| remValue |
Reminder Value(if rem=true) |
String - em05da [Email 5 days ] al02mi [Alert 2 mins ] po21hr [SMS 21 hour] |
| part |
Comma separated Participants Email List |
String - Eg:abc@gmail.com,xyz@zohocorp.com |
| loc * |
Location |
String - Eg: New York |