Worked around a bug with local alarms which are about to be synced back

I don't understand the underlying problem but this makes it at least work again.

~ $ erminig -d -a
Traceback (most recent call last):
  File "/usr/bin/erminig", line 422, in <module>
    main()
  File "/usr/bin/erminig", line 392, in main
    sync_all_profiles(None, None)
  File "/usr/bin/erminig", line 158, in sync_all_profiles
    do_profile_sync(id, data)
  File "/usr/bin/erminig", line 142, in do_profile_sync
    profile['lastLocalUpdate'], currentTime, progress)
  File "/opt/maemo/usr/share/erminig/erminig_core.py", line 557, in local_sync
    getUpdatedEventsFromLocal(pid, int(localSource), remoteSource, lastSync, progress)
  File "/opt/maemo/usr/share/erminig/erminig_core.py", line 516, in getUpdatedEventsFromLocal
    gid = updateGoogleEvent(event, remoteSource, pid)
  File "/opt/maemo/usr/share/erminig/erminig_core.py", line 495, in updateGoogleEvent
    google_api.run_google_action(google_api.gd_client.UpdateEvent, event.GetEditLink().href, event)
  File "/opt/maemo/usr/share/erminig/google_api.py", line 28, in run_google_action
    res = func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/gdata/calendar/service.py", line 390, in UpdateEvent
    converter=gdata.calendar.CalendarEventEntryFromString)
  File "/usr/lib/python2.5/site-packages/gdata/service.py", line 1335, in Put
    media_source=media_source, converter=converter)
  File "/usr/lib/python2.5/site-packages/gdata/service.py", line 1263, in PostOrPut
    headers=extra_headers, url_params=url_params)
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 93, in optional_warn_function
    return f(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/atom/service.py", line 172, in request
    content_length = CalculateDataLength(data)
  File "/usr/lib/python2.5/site-packages/atom/service.py", line 728, in CalculateDataLength
    return len(str(data))
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 364, in __str__
    return self.ToString()
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 361, in ToString
    return ElementTree.tostring(self._ToElementTree(), encoding=string_encoding)
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 356, in _ToElementTree
    self._AddMembersToElementTree(new_tree)
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 316, in _AddMembersToElementTree
    instance._BecomeChildElement(tree)
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 344, in _BecomeChildElement
    self._AddMembersToElementTree(new_child)
  File "/usr/lib/python2.5/site-packages/atom/__init__.py", line 326, in _AddMembersToElementTree
    tree.attrib[xml_attribute] = member.decode(MEMBER_STRING_ENCODING)
AttributeError: 'int' object has no attribute 'decode'

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   debian/changelog
#	modified:   erminig_core.py
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	ErminigError.pyo
#	ErminigGoogleError.pyo
#	Event.pyo
#	consts.pyo
#	cwrapper.pyo
#	dblayer.pyo
#	erminig_conf.pyo
#	erminig_core.pyo
#	error_win.pyo
#	google_api.pyo
#	iso8601.pyo
#	logger.pyo
#	test/__init__.pyo
#	test/common.pyo
#	test/test_erminig_core.pyo
#	version.pyo
