N
ueva
Sync
Nokia Multiple Google Calendar Support (aka @Cal)
Log-in
|
Public
:
Nokia Multiple Google Calendar Support (aka @Cal)
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Nokia Multiple Google Calendar Support (aka @Cal)
Hide Line numbers
1: 1 Nokia Multiple Google Calendar Support (aka @Cal) 2: 1.1 Background 3: Many devices are designed on the basis that each user has only one calendar, and so do not natively support synchronizing multiple calendars. On the other hand, many Google Calendar users prefer to organize their events into separate calendars, such as one for work, one for family, one for church, etc. In the past NuevaSync has offered the option to include the calendar name in the "Category" field of the event. This allows users with phones that sync only one calendar, but display the Category field (e.g. Windows Mobile 6.x and Samsung Android) to manage multiple calendars. Unfortunately some devices (e.g. Nokia, Windows Phone 7) do not support the Category field. For these phones, NuevaSync has introduced the ability for the calendar name to be inserted into the event "Location" field, which almost all devices support. 4: 5: 6: 1.1 Encoding 7: Because the Location field is often used, and therefore may contain useful data, the calendar name is encoded and inserted before any existing field content, like this: 8: {code} 9: @Work Calendar, Conference Room 101 10: {code} 11: 1.1 Adding new events on the device 12: Using the encoding scheme above, new events can be added to any synced calendar on the device. For example to create a new event in the "Work Calendar", enter this in the Location field at event creation time: 13: {code} 14: @Work Calendar 15: {code} 16: To create an event in a specified calendar, with a value in the Location field, add the location field content like this: 17: {code} 18: @Work Calendar, Conference Room 101 19: {code} 20: 1.1 Calendar Name Abbreviation 21: To reduce typing on the device, calendar names may be specified using only the first letter of each word of the calendar name. For example "Work Calendar" can be entered as: 22: {code} 23: @wc 24: {code} 25: 1.1 Moving Events 26: You can move events between calendars simply by changing the location field to the desired calendar. For example, to move an event to the "Family" calendar, enter a value like: 27: {code} 28: @Family, Aunt Tammie’s House 29: {code} 30: 31: 1.1 How to enable/disable this feature 32: This feature is enabled automatically by default. To disable it: 33: 1. Click the [Google Calendar Setup>https://www.nuevasync.com/PublicSite/user/service-configure.htm?page=0&svcCategory=Calendar] link on the [main Control Panel page>https://www.nuevasync.com/PublicSite/user/status.htm]. 34: 1. Clear the calendar mapping checkbox to disable the feature, or check it to enable. 35: 1. Click ’Save’. 36: 37: 1.1 Tested Devices 38: The following device types have been tested with the Nokia Multiple Google Calendar feature: 39: 1. Nokia S60 Series (Symbian) 40: 1. Nokia Maemo (N900) 41: 1. Windows Phone 7 42: 1. Palm/HP webOS (HP Touchpad, etc.) 43: 44: 45: 1.1 Known Limitations 46: 1. It is not possible to move an event between calendars if the event has attendees. 47: 48: