We've added functionality for:
- creating new calendars
- deleting calendars
- subscribing to other people's calendars (and unsubscribing too)
- differentiating between calendars you own and calendars to which you subscribe
- controlling a calendar's color, whether it is selected, and hiding or showing it in your calendar list
Some of the oft-requested features addressed in this release include:
- creating all day events
- deleting events
- managing pop-up, SMS, and email reminders
- new methods for controlling who can edit your event and how it shows up on other people's calendars
My favorite new feature is the ability to add your own "tags" to events. These are key/value pairs that you can attach to events from scripts. They can't be accessed from within Google Calendar, but you can retrieve them later in another script. This is a great way to attach your own specific meta-data to events, and we are excited to see what you folks will do with it.
Thank you!
ReplyDeleteI'll update my template according to those new useful features.
http://www.youtube.com/watch?v=G--4WYD1K6Y
I really don't like object interfaces apps script is creating.
ReplyDelete1) tags should not be a pair...
2) can't get instance id
3) contact can't be search by id
4) rss/atom/json/gdata have different method for handling the same stored entity.
why?